Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ripleymj committed Oct 2, 2023
1 parent 49eda10 commit 2101c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: |
pip3 install ansible ansible-lint yamllint
- name: Create log directory
run: |
sudo mkdir /var/log/vmtools/
sudo chmod 777 /var/log/vmtools/
- name: Run ansible-lint
run: |
ansible-lint -R -r lintrules/ansible
Expand Down

0 comments on commit 2101c50

Please sign in to comment.