From 48d5425edd0f3c9d64acb7375c774bdb414ad221 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 1 Dec 2025 17:41:10 +0800 Subject: [PATCH] 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 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9cf96ac..43d2d83 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - uses: hadolint/hadolint-action@v3.3.0 name: hadolint for Dockerfile with: - dockerfile: Dockerfile + dockerfile: docker/Dockerfile testing: strategy: