remove actions for now
This commit is contained in:
parent
dceefc3335
commit
e6c5d54a73
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
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: '6.x'
|
||||
- name: Build
|
||||
run: |
|
||||
ls
|
||||
dotnet build mossy.sln
|
||||
Loading…
Add table
Add a link
Reference in a new issue