Skip to content

Commit

Permalink
removed whitespace from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie-fialok committed Jul 3, 2024
1 parent 467a347 commit 475b8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:
build:
name: Build - ${{ matrix.configuration }}

strategy:
matrix:
configuration: [ Debug, Release ]

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 475b8ad

Please sign in to comment.