add GitHub action run checks

This commit is contained in:
2025-07-29 18:00:20 +02:00
parent 5a051a982d
commit 439be2965d
4 changed files with 25 additions and 100 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 }}