Skip to content

Commit

Permalink
Merge pull request #133 from xmidt-org/enable-yml-lint
Browse files Browse the repository at this point in the history
feat:Add yaml lint that is disabled by default.
  • Loading branch information
schmidtw authored May 28, 2024
2 parents df6a6ba + fffea66 commit c9c75b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
release-project-name: program
release-skip-publish: --skip-publish
upload-skip: true
yaml-lint-skip: false
secrets: inherit

slow-things-library:
Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ rules:
indent-sequences: consistent
line-length:
level: warning
max: 110
max: 130
allow-non-breakable-inline-mappings: true
truthy: disable

0 comments on commit c9c75b3

Please sign in to comment.