Files
Titan/.gitea/workflows/ci.yaml
Relic 86d751e25c Add CI/CD
Add Standard .dotnet CICD
2026-04-04 14:48:41 -04:00

16 lines
276 B
YAML

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'