Update actions

This commit is contained in:
Krzysztof Wolski 2020-06-08 15:58:15 +02:00
parent 9481334afa
commit 0205ac1609

View file

@ -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