mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-18 07:11:00 -08:00
Add YAML lint step to github workflow
This commit is contained in:
parent
f3c1cec4f2
commit
b027d5b7da
2 changed files with 5 additions and 4 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -39,3 +39,8 @@ jobs:
|
|||
- name: Lint
|
||||
run: |
|
||||
yarn lint
|
||||
|
||||
- name: YAML Lint
|
||||
uses: ibiqlik/action-yamllint@v1.0.0
|
||||
with:
|
||||
file_or_dir: translations/*.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue