Skip to content

Commit

Permalink
replaced pip install ansible-lint with direnv setup and execution
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed May 10, 2024
1 parent 17bae76 commit 331346d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies
run: pip install ansible-lint
- name: Set up direnv
uses: andreygubarev/direnv-action@v1

- name: Lint with ansible-lint
run: ansible-lint -v
run: direnv exec ansible-lint -v

0 comments on commit 331346d

Please sign in to comment.