Skip to content

Commit

Permalink
style(ci): format dotnet.yml workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Jul 22, 2024
1 parent 9a57c80 commit 00a573b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore --configuration Release

- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 00a573b

Please sign in to comment.