dockerfile lint

This commit is contained in:
mkelcik
2023-04-28 23:40:26 +02:00
parent f7aeb90c07
commit a9e9f832e9

View File

@@ -19,6 +19,7 @@ jobs:
options: -v ${{ github.workspace }}:/work options: -v ${{ github.workspace }}:/work
run: | run: |
cd /work cd /work
echo "Running Dockerfile lint"
hadolint Dockerfile hadolint Dockerfile
golangci: golangci:
name: Static code check name: Static code check