Skip to content

Commit

Permalink
feat:Add yaml lint that is disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed May 28, 2024
1 parent d82e79f commit fffea66
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 fffea66

Please sign in to comment.