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 44a1337 commit a3d1b26Copy full SHA for a3d1b26
.github/workflows/coding-standards.yml
@@ -74,7 +74,7 @@ jobs:
74
cancel-in-progress: true
75
group: ansible-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
76
env:
77
- YAML_CONFIG_PATH: '.github/.yamllint.yaml'
+ YAMLLINT_CONFIG_FILE: '${{ github.workspace }}/.github/.yamllint.yaml'
78
steps:
79
- name: 📦 Check out the codebase
80
uses: actions/checkout@v4.1.7
0 commit comments