Skip to content

Commit

Permalink
Fix global
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Oct 1, 2024
1 parent 2f8b84e commit d02a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: oven-sh/setup-bun@v1

- name: Install deps
run: bun install --global stellar/prettier-config prettier-plugin-astro
run: bun install --global prettier-plugin-astro && bun install --global stellar/prettier-config

- name: Install pre-commit
run: python -m pip install pre-commit
Expand Down

0 comments on commit d02a822

Please sign in to comment.