initial commit
All checks were successful
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful
ci/woodpecker/manual/test Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-11-05 21:07:30 +01:00
commit 69a2511237
Signed by: aaron
GPG key ID: 643004654D40D577
6 changed files with 181 additions and 0 deletions

7
.woodpecker/.lint.yaml Normal file
View file

@ -0,0 +1,7 @@
labels:
backend: docker
steps:
- name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine
commands:
- hadolint -t error Dockerfile