mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[CI] Update "rebuild needed" check
This commit is contained in:
parent
65b8c7bc99
commit
cabf29c9ef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue