Compare commits
4 Commits
ed60b60dc8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f15c20affd | |||
| eeac1ebaf6 | |||
| 86d751e25c | |||
| 2e22cb1b26 |
15
.gitea/workflows/ci.yaml
Normal file
15
.gitea/workflows/ci.yaml
Normal 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'
|
||||
Reference in New Issue
Block a user