feat(migration): add initial configuration files and Docker setup for Documize #4

Merged
luke merged 3 commits from migration into main 2026-01-04 21:20:21 +00:00
Showing only changes of commit b997b8cae3 - Show all commits

View File

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