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

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