fail if update-translations modified files
Some checks failed
Build / build (push) Has been cancelled
Some checks failed
Build / build (push) Has been cancelled
This commit is contained in:
parent
5780648bca
commit
5429b74990
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
||||
- run: npm run verify
|
||||
- run: npm run lint:ci
|
||||
- run: npm run prettier
|
||||
- run: npm run update-translations
|
||||
- name: Fail if there are uncommitted changes
|
||||
run: |
|
||||
if [[ -n "$(git status --porcelain)" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user