mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
add i18n key check step to PR workflow
This commit is contained in:
parent
0137569186
commit
3ef011986c
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
@ -27,6 +27,9 @@ jobs:
|
|||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
|
- name: Check i18n keys
|
||||||
|
run: npm run i18n:extract:ci
|
||||||
|
working-directory: ./web
|
||||||
|
|
||||||
web_test:
|
web_test:
|
||||||
name: Web - Test
|
name: Web - Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user