We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b068c8 commit 169ebabCopy full SHA for 169ebab
.github/workflows/linter.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
yamllint_file_or_dir: 'descriptions/**/*.yaml'
20
yamllint_strict: false
21
- yamllint_config_filepath: '.github/workflows/yamllint-config.yml'
+ yamllint_config_filepath: '.yamllint-config.yml'
22
yamllint_comment: true
23
- uses: actions/setup-node@v3
24
0 commit comments