File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments