feat/3-cicd #7

Merged
Relic merged 2 commits from feat/3-cicd into main 2026-04-04 18:49:02 +00:00

15
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,15 @@
name: s&box CI
on: []
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'