dfr99 / dfr-tfm

Repository to store code related to my TFM
MIT License
1 stars 0 forks source link

Add linter for YAML files #12

Closed dfr99 closed 2 months ago

dfr99 commented 2 months ago

Closes #10

dfr99 commented 2 months ago

yamllint Failed

Show Output ``` ::group::./.github/workflows/validate-terraform.yml ::warning file=./.github/workflows/validate-terraform.yml,line=4,col=1::4:1 [truthy] truthy value should be one of [false, true] ::endgroup:: ::group::./.github/workflows/generate-terraform-docs.yml ::warning file=./.github/workflows/generate-terraform-docs.yml,line=4,col=1::4:1 [truthy] truthy value should be one of [false, true] ::endgroup:: ::group::./.github/workflows/test-oidc-github-actions.yml ::warning file=./.github/workflows/test-oidc-github-actions.yml,line=5,col=81::5:81 [line-length] line too long (81 > 80 characters) ::warning file=./.github/workflows/test-oidc-github-actions.yml,line=6,col=1::6:1 [truthy] truthy value should be one of [false, true] ::endgroup:: ::group::./.github/workflows/validate-yaml.yml ::warning file=./.github/workflows/validate-yaml.yml,line=4,col=1::4:1 [truthy] truthy value should be one of [false, true] ::error file=./.github/workflows/validate-yaml.yml,line=17,col=1::17:1 [trailing-spaces] trailing spaces ::endgroup:: ```

Workflow: YAML Lint, Action: __karancode_yamllint-github-action, Lint: .