diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bbee44..83e2327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: yamllint_file_or_dir: "./resources/translations" yamllint_strict: false # Seems to correlate to the return code. yamllint_comment: true # View them in the "Files changed" tab. - yamllint_config_datapath: '{"rules":{"new-lines":"disabled","document-start":"disabled","trailing-spaces":"warning"}}' + yamllint_config_datapath: '{"rules":{"new-lines":"disable","document-start":"disable","trailing-spaces":{"level":"warning"}}}' env: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}