Add YAML lint step to github workflow

This commit is contained in:
Moppler 2020-07-19 08:39:21 +01:00
parent f3c1cec4f2
commit b027d5b7da
2 changed files with 5 additions and 4 deletions

View File

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

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