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
run: |
cd /work
echo "Running Dockerfile lint"
hadolint Dockerfile
golangci:
name: Static code check