Skip to content

Commit

Permalink
gh test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisj1983 committed Sep 12, 2023
1 parent 202c506 commit c709cd7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: Hadolint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: molecule/common/Dockerfile_*
uses:
- actions/checkout@v3
- hadolint/hadolint-action@v3.1.0
# with:
# dockerfile: molecule/common/Dockerfile_*

0 comments on commit c709cd7

Please sign in to comment.