parent
ccf8618ff2
commit
b3dc220ac0
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/actions.yml
Normal file
11
.forgejo/workflows/actions.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Setup dotnet
|
||||||
|
uses: https://github.com/actions/setup-dotnet@v4
|
||||||
|
with:
|
||||||
|
dotnet-version: '4.5'
|
||||||
|
- run: dotnet build
|
||||||
Loading…
Add table
Add a link
Reference in a new issue