mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[CI] Add a "rebuild needed" check
This commit is contained in:
parent
34f33aad26
commit
65b8c7bc99
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
|
@ -26,6 +26,9 @@ 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
|
||||
|
||||
format-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue