Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
giem-git committed Oct 5, 2023
1 parent 4cc923c commit 17d8434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
- uses: actions/checkout@v3
with:
path: ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
- run: dev/setup.sh
- run: |
dev/setup.sh
echo $ANSIBLE_COLLECTION_PATH
ls -l $ANSIBLE_COLLECTION_PATH
pwd
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}
- name: Run ansible-lint
run: source venv/bin/activate && ansible-lint
Expand Down

0 comments on commit 17d8434

Please sign in to comment.