Skip to content

Commit

Permalink
fix: add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrobert committed Nov 19, 2022
1 parent f4e7888 commit aecfbe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ provisioner:

verifier:
name: testinfra

lint:
set -e
yamllint .
ansible-lint
flake8

0 comments on commit aecfbe5

Please sign in to comment.