Skip to content

Commit 11a1ed6

Browse files
Updating lint
1 parent 43e9ac2 commit 11a1ed6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/lint.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
name: Lint
1+
# name: Lint
22

3-
on: [push]
3+
# on: [push]
44

5-
jobs:
5+
# jobs:
66

7-
lint:
7+
# lint:
88

9-
name: hadolint
9+
# name: hadolint
1010

11-
runs-on: ubuntu-latest
11+
# runs-on: ubuntu-latest
1212

13-
steps:
14-
- uses: actions/checkout@master
13+
# steps:
14+
# - uses: actions/checkout@master
1515

16-
- name: hadolint
17-
uses: burdzwastaken/hadolint-action@master
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
HADOLINT_ACTION_DOCKERFILE_FOLDER: ./3.8
21-
with:
22-
ignore: 'DL3015,DL4006,DL3008'
23-
no-fail: true
16+
# - name: hadolint
17+
# uses: burdzwastaken/hadolint-action@master
18+
# env:
19+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+
# HADOLINT_ACTION_DOCKERFILE_FOLDER: ./3.8
21+
# with:
22+
# ignore: 'DL3015,DL4006,DL3008'
23+
# no-fail: true

0 commit comments

Comments
 (0)