Skip to content

Commit 5b2c12e

Browse files
committed
ci: disable hadolint, as there is no Dockerfile
1 parent e8bbd5d commit 5b2c12e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
if: env.GIT_DIFF
3232

3333
# hadolint lints the Dockerfile
34-
hadolint:
35-
uses: rollkit/.github/.github/workflows/[email protected] # yamllint disable-line rule:line-length
36-
with:
37-
dockerfile: Dockerfile
38-
failure-threshold: error
34+
# hadolint:
35+
# uses: rollkit/.github/.github/workflows/[email protected] # yamllint disable-line rule:line-length
36+
# with:
37+
# dockerfile: Dockerfile
38+
# failure-threshold: error
3939

4040
yamllint:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)