add GitHub action

- add action run checks
- add action release
- remove release.sh
This commit is contained in:
2025-07-28 16:03:14 +02:00
committed by swordsteel
parent 684b4c001e
commit 8bb23a7d55
3 changed files with 24 additions and 89 deletions

12
.github/workflows/run-checks.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Pull request validation
on:
pull_request:
paths-ignore:
- '.github/**'
jobs:
validate:
uses: swordsteel/hlaeja-common-workflows/.github/workflows/run-checks.yml@master
secrets:
CI_BOT_PAT: ${{ secrets.CI_BOT_PAT }}