mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Solution] Reformat and cleanup.
This commit is contained in:
24
.github/workflows/dotnet.yml
vendored
24
.github/workflows/dotnet.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: .NET
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [ push, pull_request ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -8,14 +8,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 8.0
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore Aaru.sln
|
||||
- name: Build
|
||||
run: dotnet build --no-restore Aaru.sln
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 8.0
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore Aaru.sln
|
||||
- name: Build
|
||||
run: dotnet build --no-restore Aaru.sln
|
||||
|
||||
Reference in New Issue
Block a user