mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add YAML lint step to github workflow
This commit is contained in:
parent
f3c1cec4f2
commit
b027d5b7da
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
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -109,10 +109,6 @@ build
|
||||
|
||||
tmp_standalone_files
|
||||
|
||||
|
||||
# Github Actions files
|
||||
.github/workflows
|
||||
|
||||
# Local config
|
||||
config.local.js
|
||||
.DS_Store
|
||||
|
Loading…
Reference in New Issue
Block a user