feat(ci): fix CI, switch to SonarQube self-hosted (#337)
All checks were successful
Build Docker / Create Docker Image (release) Successful in 5m18s
Snyk / security (push) Successful in 4m23s

Reviewed-on: repos/roboluke-tasks#337
This commit is contained in:
2025-02-09 21:29:47 +01:00
parent 709ad18edd
commit 1766ad712a
4 changed files with 81 additions and 17 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 }}