This commit is contained in:
Abacysta
2024-11-26 13:56:12 +01:00
parent 2c8d2319ca
commit 438de0426f
3 changed files with 2 additions and 2 deletions

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

@@ -0,0 +1,17 @@
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