We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001a7b commit 40b349dCopy full SHA for 40b349d
.github/workflows/redcode-ci.yml
@@ -28,4 +28,4 @@ jobs:
28
- name: Build extension
29
run: npm run build
30
- name: Verify the build did not modify any files
31
- run: git diff-index --quiet HEAD
+ run: git diff-index HEAD -- .
0 commit comments