ci: test something
Signed-off-by: Timothy Schenk <admin@rainote.dev>
This commit is contained in:
parent
3a24dabdf2
commit
9286c9fe98
2 changed files with 154 additions and 154 deletions
|
@ -188,8 +188,8 @@ jobs:
|
|||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: |
|
||||
7.0
|
||||
8.0
|
||||
9.0
|
||||
dotnet-quality: preview
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: PR Workflow
|
||||
name: PR Workflow
|
||||
run-name: ${{ gitea.actor }} PR related workflow
|
||||
on:
|
||||
pull_request:
|
||||
|
@ -152,8 +152,8 @@ jobs:
|
|||
uses: https://github.com/actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: |
|
||||
7.0
|
||||
8.0
|
||||
9.0
|
||||
dotnet-quality: preview
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
dotnet restore
|
||||
|
|
Loading…
Reference in a new issue