initial commit
This commit is contained in:
commit
69a2511237
6 changed files with 181 additions and 0 deletions
7
.woodpecker/.lint.yaml
Normal file
7
.woodpecker/.lint.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
labels:
|
||||
backend: docker
|
||||
steps:
|
||||
- name: Lint Dockerfile
|
||||
image: hadolint/hadolint:latest-alpine
|
||||
commands:
|
||||
- hadolint -t error Dockerfile
|
Loading…
Add table
Add a link
Reference in a new issue