Check the git status output is empty in CI to avoid uncommitted build artifacts (#61)
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -37,3 +37,4 @@ jobs:
|
||||
- run: yarn lint
|
||||
- run: yarn compile
|
||||
- run: yarn test
|
||||
- run: yarn check-compile-output
|
||||
|
||||
Reference in New Issue
Block a user