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 bb6597e commit 44a1337Copy full SHA for 44a1337
.github/workflows/coding-standards.yml
@@ -73,6 +73,8 @@ jobs:
73
concurrency:
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'
78
steps:
79
- name: 📦 Check out the codebase
80
uses: actions/checkout@v4.1.7
@@ -81,5 +83,3 @@ jobs:
81
83
uses: ansible/ansible-lint@v24.7.0
82
84
with:
85
args: '-c .github/.ansible-lint.yml'
- env:
- YAML_CONFIG_PATH: '.github/.yamllint.yaml'
0 commit comments