dockerfile lint

This commit is contained in:
mkelcik
2023-04-28 23:36:08 +02:00
parent 30a8c05e34
commit 20b078dfec

View File

@@ -14,10 +14,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: addnab/docker-run-action@v3 - uses: addnab/docker-run-action@v3
image: hadolint/hadolint:latest-debian with:
options: -v ${{ github.workspace }}:/ image: hadolint/hadolint:latest-debian
run: | options: -v ${{ github.workspace }}:/
hadolint Dockerfile run: |
hadolint Dockerfile
golangci: golangci:
name: Static code check name: Static code check
runs-on: ubuntu-latest runs-on: ubuntu-latest