chore(github): add hadolint check for github
This commit is contained in:
parent
ad4604e5a8
commit
36ae20f2c7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/lint.yaml
vendored
6
.github/workflows/lint.yaml
vendored
|
@ -21,3 +21,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
- uses: docker://kokuwaio/yamllint
|
- uses: docker://kokuwaio/yamllint
|
||||||
|
|
||||||
|
dockerfile:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- uses: docker://kokuwaio/hadolint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue