Skip to content

Commit 70a3663

Browse files
committed
chore: Add hadolint job to ci workflow
1 parent 487dd15 commit 70a3663

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15+
hadolint:
16+
name: hadolint
17+
runs-on: ubuntu-latest
18+
timeout-minutes: 10
19+
permissions:
20+
contents: read
21+
steps:
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
25+
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
26+
- run: hadolint Dockerfile
27+
1528
lint:
1629
name: Lint
1730
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)