diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ea35726..c4aeccf 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,7 +27,7 @@ jobs: - run: npm run build - name: Check if dist/index.js needs to be rebuilt - run: git status dist/index.js | grep "nothing to commit, working tree clean" -q + run: diff <(git status dist/index.js --short) <(echo -n "") format-check: runs-on: ubuntu-latest