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
|
- name: Run tsc
|
||||||
run: |
|
run: |
|
||||||
npm run tsc
|
npm run check-types
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: |
|
run: |
|
||||||
|
@ -95,4 +95,4 @@ jobs:
|
||||||
- name: Check message extraction
|
- name: Check message extraction
|
||||||
run: |
|
run: |
|
||||||
npm run extract-messages
|
npm run extract-messages
|
||||||
git diff ./locale
|
git diff --exit-code ./locale
|
||||||
|
|
Loading…
Reference in a new issue