Skip to content

Commit

Permalink
fix format workflow (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Aug 30, 2024
1 parent 50c2df3 commit b3a2589
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,13 @@ jobs:

format:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Setup pnpm
uses: ./.github/actions/setup-pnpm
Expand Down

0 comments on commit b3a2589

Please sign in to comment.