Skip to content

Commit ea924a8

Browse files
change verify call
1 parent f5c9d18 commit ea924a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- run: npm test
3131
- name: Verify no unstaged changes
3232
if: runner.os != 'windows'
33-
run: __tests__/verify-no-unstaged-changes.sh
33+
run: bash __tests__/verify-no-unstaged-changes.sh

0 commit comments

Comments
 (0)