Skip to content

Commit f778b37

Browse files
Debug ansible-lint and direnv behavior
1 parent 83efc43 commit f778b37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
run: |
2626
sudo apt install python3 python3-pip direnv
2727
curl -LsSf https://astral.sh/uv/install.sh | sh
28-
direnv allow
2928
3029
- name: Run ansible-lint
31-
run: "ansible-lint"
30+
run: |
31+
direnv allow
32+
ansible-lint
3233
3334
molecule:
3435
strategy:

0 commit comments

Comments
 (0)