Skip to content

Commit

Permalink
Set working directory for ansible-lint gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Jan 29, 2025
1 parent ae2d3a1 commit 799b68e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
limit-access-to-actor: false
detached: true
- name: Run ansible-lint
uses: ansible/ansible-lint@6178262c7e0d5e9792b5990d40029047760b8f09
uses: ansible/ansible-lint@main
with:
args: ansible-role-openvpn
working_directory: /home/runner/work/ansible-role-openvpn
requirements_file: ansible-role-openvpn/requirements.yml

build-rhel-like:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 799b68e

Please sign in to comment.