remove verify-no-unstaged-changes.sh

This commit is contained in:
Brian Cristante 2021-09-10 10:36:43 -04:00
parent 6042c76101
commit 8cd4289141
2 changed files with 1 additions and 21 deletions

View file

@ -27,7 +27,4 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm test
- name: Verify no unstaged changes
if: runner.os != 'windows'
run: bash __tests__/verify-no-unstaged-changes.sh
- run: npm test