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
with:
image: hadolint/hadolint:latest-debian
options: -v ${{ github.workspace }}:/
options: -v ${{ github.workspace }}:/work
run: |
cd /work
hadolint Dockerfile
golangci:
name: Static code check