We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269240f commit 0af37a7Copy full SHA for 0af37a7
.github/workflows/validate.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Lint Python files
36
run: "${GITHUB_WORKSPACE}/.github/lint-files.sh '*.py' 'flake8'"
37
-
+
38
- name: Lint YAML tests
39
run: "${GITHUB_WORKSPACE}/.github/lint-files.sh 'tests/*.yaml' 'yamllint'"
40
0 commit comments