ci(gitea): Add gitea runner
Some checks failed
Run Build / dotnet (push) Failing after 1m46s

May not work, Testing this runner..
This commit is contained in:
Robert Morrison 2025-12-30 21:42:25 +00:00
parent 2a86a54b1c
commit 888f6862bb
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

View File

@ -0,0 +1,14 @@
name: Run Build
run-name: ${{ gitea.actor }} building code
on: push
jobs:
dotnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.x
cache: true
- run: dotnet build cssitegen