Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
alefranz committed Aug 6, 2023
1 parent 7d0a1e7 commit ba3503c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dotnet-format
run: dotnet tool install --global dotnet-format
- name: Format
run: dotnet format --check
run: dotnet format --check MELT.sln
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba3503c

Please sign in to comment.