Error out in CI if there is a diff

This commit is contained in:
Josh Perez 2020-08-12 18:47:46 -04:00 committed by GitHub
parent a8090d8c66
commit 474d1694ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- run: yarn generate
- run: yarn lint
- run: yarn lint-deps
- run: git diff --quiet --exit-code
macos:
needs: lint