Error out in CI if there is a diff
This commit is contained in:
parent
a8090d8c66
commit
474d1694ed
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
- run: yarn generate
|
||||
- run: yarn lint
|
||||
- run: yarn lint-deps
|
||||
- run: git diff --quiet --exit-code
|
||||
|
||||
macos:
|
||||
needs: lint
|
||||
|
|
Loading…
Reference in a new issue