dockerfile lint

This commit is contained in:
mkelcik
2023-04-28 23:37:52 +02:00
parent 20b078dfec
commit f7aeb90c07

View File

@@ -16,8 +16,9 @@ jobs:
- uses: addnab/docker-run-action@v3 - uses: addnab/docker-run-action@v3
with: with:
image: hadolint/hadolint:latest-debian image: hadolint/hadolint:latest-debian
options: -v ${{ github.workspace }}:/ options: -v ${{ github.workspace }}:/work
run: | run: |
cd /work
hadolint Dockerfile hadolint Dockerfile
golangci: golangci:
name: Static code check name: Static code check