Skip to content

Commit

Permalink
Enable linting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdbmg committed Dec 8, 2020
1 parent 81129e7 commit 700872c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Check syntax
run: molecule syntax
- name: Lint role
run: molecule lint
- name: Create instances, prepare environment
run: molecule create && molecule prepare
- name: Apply the role to the instance
Expand Down

0 comments on commit 700872c

Please sign in to comment.