Skip to content

Commit 44a1337

Browse files
committed
ci: fix yamllint location
1 parent bb6597e commit 44a1337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
concurrency:
7474
cancel-in-progress: true
7575
group: ansible-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
76+
env:
77+
YAML_CONFIG_PATH: '.github/.yamllint.yaml'
7678
steps:
7779
- name: 📦 Check out the codebase
7880
uses: actions/[email protected]
@@ -81,5 +83,3 @@ jobs:
8183
uses: ansible/[email protected]
8284
with:
8385
args: '-c .github/.ansible-lint.yml'
84-
env:
85-
YAML_CONFIG_PATH: '.github/.yamllint.yaml'

0 commit comments

Comments
 (0)