mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
build: Add Hadolint
This commit is contained in:
parent
de8f08a7af
commit
b19ba149d0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
|
@ -17,3 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: "assets"
|
path: "assets"
|
||||||
file-endings: ".xml"
|
file-endings: ".xml"
|
||||||
|
- name: Lint Dockerfile
|
||||||
|
uses: hadolint/hadolint-action@v2.1.0
|
||||||
|
with:
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue