cssitegen/.gitea/workflows/build.yaml
Robert Morrison 888f6862bb
Some checks failed
Run Build / dotnet (push) Failing after 1m46s
ci(gitea): Add gitea runner
May not work, Testing this runner..
2025-12-30 21:42:25 +00:00

15 lines
298 B
YAML

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