Skip to content

Commit

Permalink
pip flake8 ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Dec 17, 2024
1 parent c329356 commit 03c6b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get install ansible-lint flake8
run: |
sudo pip install flake8
sudo pip install ansible-lint
# https://github.com/hashicorp/setup-terraform
- uses: hashicorp/setup-terraform@v3

Expand Down

0 comments on commit 03c6b61

Please sign in to comment.