mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 10:15:02 +08:00
ci: use Docker-based linting in CI workflow
- Update the lint workflow to use the Dockerfile located in the docker directory Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
- uses: hadolint/hadolint-action@v3.3.0
|
||||
name: hadolint for Dockerfile
|
||||
with:
|
||||
dockerfile: Dockerfile
|
||||
dockerfile: docker/Dockerfile
|
||||
|
||||
testing:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user