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 f5c9d18 commit ea924a8Copy full SHA for ea924a8
.github/workflows/build-test.yml
@@ -30,4 +30,4 @@ jobs:
30
- run: npm test
31
- name: Verify no unstaged changes
32
if: runner.os != 'windows'
33
- run: __tests__/verify-no-unstaged-changes.sh
+ run: bash __tests__/verify-no-unstaged-changes.sh
0 commit comments