Skip to content

Commit

Permalink
Add dockerfile linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Arvanitis committed May 1, 2022
1 parent a06771c commit 899e28c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v2

- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
recursive: true
dockerfile: "Dockerfile"

- uses: pmorelli92/[email protected]
name: Build and Publish arc:latest
with:
Expand Down

0 comments on commit 899e28c

Please sign in to comment.