Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Endermanbugzjfc authored Sep 11, 2023
1 parent 446b587 commit 368acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 368acd3

Please sign in to comment.