diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0479072..f002395 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/.yamllint.yml b/.yamllint.yml index 4eb225f..9099779 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -28,6 +28,6 @@ rules: indent-sequences: consistent line-length: level: warning - max: 110 + max: 130 allow-non-breakable-inline-mappings: true truthy: disable