Add i18n CI
This commit is contained in:
parent
247ed95976
commit
fbf7b5d022
2 changed files with 4 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
run: "yarn install"
|
||||
- name: Prettier
|
||||
run: "yarn run prettier:check"
|
||||
- name: i18n
|
||||
run: "yarn run i18n:check"
|
||||
- name: ESLint
|
||||
run: "yarn run lint:js"
|
||||
- name: Type check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue