Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Nov 30, 2020
1 parent ffec466 commit 82ef41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dotnet-format
run: dotnet tool install --global dotnet-format
- name: Format
run: dotnet format SourceExpander.sln --check --dry-run
run: dotnet format ${{ env.WORKFLOW_BUILD_SLN }} --check --dry-run
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 82ef41c

Please sign in to comment.