Skip to content

Commit

Permalink
lint dockerfile with hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
kwypchlo committed Mar 31, 2022
1 parent a673b7b commit c153052
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Dockerfile Lint

on:
push:
branches:
- main
pull_request:

jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v2.0.0
with:
dockerfile: Dockerfile

0 comments on commit c153052

Please sign in to comment.