Move to Gitea
All checks were successful
Snyk / security (push) Successful in 54s

This commit is contained in:
2025-06-22 22:13:48 +01:00
parent 254ea66c1d
commit f76ba5682b
18 changed files with 786 additions and 4 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.2.4
with:
commit-message: ${{ gitea.event.pull_request.title }}