mirror of
https://github.com/yummy4friends/y4f.git
synced 2025-07-21 08:45:53 +02:00
Compare commits
2 Commits
workflow/T
...
5c8b194fca
Author | SHA1 | Date | |
---|---|---|---|
5c8b194fca | |||
3cb5db414d |
23
.github/workflows/dotnet.yml
vendored
23
.github/workflows/dotnet.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: Test if program still runs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ "dev" ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ "dev" ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Setup .NET
|
|
||||||
uses: actions/setup-dotnet@v3
|
|
||||||
with:
|
|
||||||
dotnet-version: 7.0.107
|
|
||||||
- name: Restore dependencies
|
|
||||||
run: dotnet restore
|
|
||||||
- name: Build
|
|
||||||
run: dotnet build --no-restore
|
|
Reference in New Issue
Block a user