Create check-dist.yml (#212)

This commit is contained in:
Brian Cristante
2021-09-13 05:52:18 -04:00
committed by GitHub
parent 3bc31aaf88
commit b02a10773f
4 changed files with 59 additions and 24 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