Update actions
This commit is contained in:
parent
9481334afa
commit
0205ac1609
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- name: Run tsc
|
||||
run: |
|
||||
npm run tsc
|
||||
npm run check-types
|
||||
|
||||
- name: Run lint
|
||||
run: |
|
||||
|
@ -95,4 +95,4 @@ jobs:
|
|||
- name: Check message extraction
|
||||
run: |
|
||||
npm run extract-messages
|
||||
git diff ./locale
|
||||
git diff --exit-code ./locale
|
||||
|
|
Loading…
Reference in a new issue