From 888f6862bb9303b341313ef4085064aa0ae1ba7e Mon Sep 17 00:00:00 2001 From: Robert Morrison Date: Tue, 30 Dec 2025 21:42:25 +0000 Subject: [PATCH] ci(gitea): Add gitea runner May not work, Testing this runner.. --- .gitea/workflows/build.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..b132f10 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -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