We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487dd15 commit 70a3663Copy full SHA for 70a3663
1 file changed
.github/workflows/ci.yml
@@ -12,6 +12,19 @@ concurrency:
12
cancel-in-progress: true
13
14
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
+
28
lint:
29
name: Lint
30
runs-on: ubuntu-latest
0 commit comments