Skip to content

Commit

Permalink
Lint code by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmirnow committed Jul 10, 2024
1 parent 4d85bf8 commit e29666f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: install dependencies
run: pip3 install -r .dev_requirements.txt

- name: linting
run: yamllint -c .yamllint . && ansible-lint

- name: test playbook
run: molecule test
env:
Expand Down

0 comments on commit e29666f

Please sign in to comment.