Skip to content

Commit

Permalink
call fantomas directly instead of using msbuild target
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Jan 14, 2024
1 parent e224f1a commit 4b12903
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 @@ -87,7 +87,7 @@ jobs:
run: dotnet tool restore

- name: Check format
run: dotnet build -t:CheckFormat
run: dotnet fantomas src
env:
DOTNET_ROLL_FORWARD: LatestMajor
DOTNET_ROLL_FORWARD_TO_PRERELEASE: 1
Expand Down

0 comments on commit 4b12903

Please sign in to comment.