Skip to content

Commit

Permalink
hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 20, 2024
1 parent e333294 commit 1a3ecc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/hadolint.yml
@@ -0,0 +1,10 @@
name: hadolint
on:
push:
pull_request:
jobs:
hadolint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: hadolint/hadolint-action@v3.1.0

0 comments on commit 1a3ecc2

Please sign in to comment.