Skip to content

Commit

Permalink
fix(ci): Pin dprint to version 0.39.1
Browse files Browse the repository at this point in the history
There are breaking changes in 0.40 which we need to handle before we
can upgrade.
  • Loading branch information
luckysori committed Jul 31, 2023
1 parent 2ba04d0 commit b6346e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dprint/[email protected]
with:
dprint-version: 0.39.1

lint-commits:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b6346e8

Please sign in to comment.