Skip to content

Commit 9db0ffc

Browse files
committed
WIP
1 parent cf0c6a8 commit 9db0ffc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353
- run: |
5454
if ! git diff-index --quiet HEAD; then
5555
printf 'These files changed when running Ragel:\n\n'
56-
56+
git diff-index HEAD
5757
git diff
58-
5958
exit 1
6059
fi
6160

ext/json/ext/parser/parser.c

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)