Skip to content

Commit

Permalink
fix: fantomas workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Jul 22, 2023
1 parent 99e3e8f commit 32802f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fantomas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
dotnet-version: '7.0.x'

- name: Tool Restore
working-directory: Fsharp-API
working-directory: fsharp-api
run: dotnet tool restore

- name: Lint
working-directory: Fsharp-API
working-directory: fsharp-api
run: dotnet fantomas -r --check .

0 comments on commit 32802f0

Please sign in to comment.