diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93850a47d..bebf005ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,5 +15,7 @@ jobs: run: yarn - name: Run build run: yarn build + - name: Run git status + run: git status - name: check build is included in branch run: test -z "$(git status --porcelain)"