ci: correct i18n job name
This commit is contained in:
parent
a4fe21927d
commit
1fd3234613
1 changed files with 1 additions and 1 deletions
2
.github/workflows/i18n.yml
vendored
2
.github/workflows/i18n.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
branches: '*'
|
branches: '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
check-keys:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue