feature: Forgejo Actions

This commit is contained in:
GreemDev
2026-04-11 18:10:31 -05:00
parent ecd1c1240c
commit 744c41937b
16 changed files with 338 additions and 543 deletions

View File

@@ -1,25 +0,0 @@
name: Build PR
on:
pull_request:
branches: [ master ]
paths:
- '**'
- '!.github/**'
- '!*.yml'
- '!*.config'
- '!*.md'
- '.github/workflows/*.yml'
permissions:
pull-requests: write
checks: write
concurrency:
group: pr-checks-${{ github.event.number }}
cancel-in-progress: true
jobs:
pr_build:
uses: ./.github/workflows/build.yml
secrets: inherit