We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b8c7b commit cabf29cCopy full SHA for cabf29c
.github/workflows/build-test.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm run build
28
29
- name: Check if dist/index.js needs to be rebuilt
30
- run: git status dist/index.js | grep "nothing to commit, working tree clean" -q
+ run: diff <(git status dist/index.js --short) <(echo -n "")
31
32
format-check:
33
runs-on: ubuntu-latest
0 commit comments