Skip to content

Commit c76cdfc

Browse files
Temp removal of yml steps
1 parent 29d8987 commit c76cdfc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,4 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616

17-
steps:
18-
- uses: actions/checkout@v4
19-
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
21-
with:
22-
dotnet-version: 8.0.x
23-
- name: Restore dependencies
24-
run: dotnet restore
25-
- name: Build
26-
run: dotnet --no-restore
27-
- name: Test
28-
run: dotnet --no-build --verbosity normal
17+

0 commit comments

Comments
 (0)