cssitegen/.gitea/workflows/build.yaml
Robert Morrison 1ab300936b
Some checks failed
Run Build / dotnet (push) Failing after 25s
fix(gitea): Fix runner
Remove caching from runner config as no package.lock.json is set up as
of yet. Future re-architecting may make this necessary
2025-12-30 21:46:17 +00:00

14 lines
276 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
- run: dotnet build cssitegen