add GitHub action

- update release in README.md
- add action run checks
- add action release
- remove release.sh
This commit is contained in:
2025-07-29 12:33:34 +02:00
parent 85b2e8711f
commit 97d5a37534
4 changed files with 25 additions and 90 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 }}