Skip to content

Commit 2ae0bff

Browse files
committed
revert formatting
1 parent a6a9fe0 commit 2ae0bff

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/dotnet.yml

+16-15
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ on:
1515

1616
jobs:
1717
build:
18+
1819
runs-on: ubuntu-latest
1920

2021
steps:
21-
- uses: actions/checkout@v3
22-
- name: Setup .NET
23-
uses: actions/setup-dotnet@v3
24-
with:
25-
dotnet-version: |
26-
6.0.x
27-
7.0.x
28-
8.0.x
29-
9.0.x
30-
- name: Restore dependencies
31-
run: dotnet restore
32-
- name: Build
33-
run: dotnet build --no-restore
34-
- name: Test
35-
run: dotnet test --no-build --verbosity normal
22+
- uses: actions/checkout@v3
23+
- name: Setup .NET
24+
uses: actions/setup-dotnet@v3
25+
with:
26+
dotnet-version: |
27+
6.0.x
28+
7.0.x
29+
8.0.x
30+
9.0.x
31+
- name: Restore dependencies
32+
run: dotnet restore
33+
- name: Build
34+
run: dotnet build --no-restore
35+
- name: Test
36+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)