You've already forked ddns-updater
dockerfile lint
This commit is contained in:
3
.github/workflows/quality-checks.yml
vendored
3
.github/workflows/quality-checks.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user