Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Jun 2, 2021
1 parent 8aa77b4 commit dbfec47
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/molecule-action@v2.3.5
with:
command: lint

- name: install yamllint
run: apt-get install yamllint

# - name: molecule
# uses: buluma/molecule-action@v2.3.5
# with:
# command: lint

- name: Create Issue on Lint failure.
if: failure()
Expand Down

0 comments on commit dbfec47

Please sign in to comment.