May not work, Testing this runner..
This commit is contained in:
parent
2a86a54b1c
commit
888f6862bb
14
.gitea/workflows/build.yaml
Normal file
14
.gitea/workflows/build.yaml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user