Add YAML lint step to github workflow

pull/468/head
Moppler 4 years ago
parent f3c1cec4f2
commit b027d5b7da

@ -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

@ -109,10 +109,6 @@ build
tmp_standalone_files
# Github Actions files
.github/workflows
# Local config
config.local.js
.DS_Store

Loading…
Cancel
Save