fix(ci): add step to print Hadolint results in CI workflow
Some checks failed
CI / ci (pull_request) Successful in 6s
Validate PR Title / validate (pull_request) Failing after 2s

This commit is contained in:
2026-01-04 21:16:43 +00:00
parent c66ea2b365
commit b997b8cae3

View File

@@ -24,6 +24,10 @@ jobs:
format: sonarqube
no-fail: true
- name: Print Hadolint results
if: ${{ always() }}
run: cat hadolint.out
# - name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v5.2.0
# env: