xd
Some checks failed
First CI / test (push) Failing after 3s
First CI / build (push) Successful in 46s

This commit is contained in:
2024-11-26 13:48:13 +01:00
parent 865df27f0a
commit cba210dc76
12 changed files with 84 additions and 11 deletions

16
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,16 @@
name: First CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- run: dotnet restore
- run: dotnet build
test:
steps:
- name: trying to run
run: dotnet run