Skip to content

Commit 40b349d

Browse files
Don't make git diff quiet
Also only check the redcode directory.
1 parent 8001a7b commit 40b349d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redcode-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build extension
2929
run: npm run build
3030
- name: Verify the build did not modify any files
31-
run: git diff-index --quiet HEAD
31+
run: git diff-index HEAD -- .

0 commit comments

Comments
 (0)