Skip to content

Commit

Permalink
Install csharpier
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Dec 4, 2023
1 parent 54dffe5 commit 00b3c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches-ignore: [main]

jobs:
test:
check-format:
runs-on: ubuntu-latest

steps:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Install csharpier
run: dotnet tool install -g csharpier
- name: Check formatting with csharpier
run: dotnet-csharpier . --check

0 comments on commit 00b3c68

Please sign in to comment.