Skip to content

Commit a3d1b26

Browse files
committed
ci: use absolute path for config
1 parent 44a1337 commit a3d1b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cancel-in-progress: true
7575
group: ansible-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7676
env:
77-
YAML_CONFIG_PATH: '.github/.yamllint.yaml'
77+
YAMLLINT_CONFIG_FILE: '${{ github.workspace }}/.github/.yamllint.yaml'
7878
steps:
7979
- name: 📦 Check out the codebase
8080
uses: actions/[email protected]

0 commit comments

Comments
 (0)