CI: Refactor CI pipelines — split into targeted workflows + hadolint #13

Merged
jcabillot merged 10 commits from fix/refactor-ci-pipelines into master 2026-06-12 20:21:17 -04:00
Showing only changes of commit 76f0119029 - Show all commits
+2 -3
View File
@@ -13,9 +13,8 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Hadolint Dockerfile
uses: docker://hadolint/hadolint:v2.12.0
with:
args: Dockerfile
continue-on-error: true
run: docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace hadolint/hadolint:v2.12.0 hadolint Dockerfile
build:
runs-on: ubuntu-latest