From 474d1694ed8a52f43ca71fe99e2b536bc27c539b Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Wed, 12 Aug 2020 18:47:46 -0400 Subject: [PATCH] Error out in CI if there is a diff --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bfa84928065..104d46384041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: - run: yarn generate - run: yarn lint - run: yarn lint-deps + - run: git diff --quiet --exit-code macos: needs: lint