From b027d5b7da09fbffb6bc17aeb74a4774751cf120 Mon Sep 17 00:00:00 2001 From: Moppler Date: Sun, 19 Jul 2020 08:39:21 +0100 Subject: [PATCH] Add YAML lint step to github workflow --- .github/workflows/ci.yml | 5 +++++ .gitignore | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4dffdc7..1da72dae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.gitignore b/.gitignore index 3c599ecc..46dc1fd1 100644 --- a/.gitignore +++ b/.gitignore @@ -109,10 +109,6 @@ build tmp_standalone_files - -# Github Actions files -.github/workflows - # Local config config.local.js .DS_Store