diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 61c74f5ff..021d34926 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -61,6 +61,13 @@ jobs: spaces: 2 indent-sequences: true check-multi-line-strings: false + comments: + ignore-shebangs: true + min-spaces-from-content: 1 + comments-indentation: disable + new-lines: + type: unix + new-line-at-end-of-file: enable EOF - name: Lint YAML files