Skip to content

Commit 996306e

Browse files
committed
rm __tests__/verify-no-unstaged-changes.sh
1 parent 85d4122 commit 996306e

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Diff for: .github/workflows/build-test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,4 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run format-check
29-
- run: npm test
30-
- name: Verify no unstaged changes
31-
if: runner.os != 'windows'
32-
run: __tests__/verify-no-unstaged-changes.sh
29+
- run: npm test

Diff for: __tests__/verify-no-unstaged-changes.sh

-17
This file was deleted.

0 commit comments

Comments
 (0)