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

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-01-04 21:20:20 +00:00
parent 295ac208f6
commit d8aa3e0478
12 changed files with 239 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
name: Validate PR Title
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: https://git.tainton.uk/actions/conventional-commits-check-action@v1.3.0
with:
commit-message: ${{ gitea.event.pull_request.title }}