Skip to content

Commit

Permalink
Fix deps location
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Oct 1, 2024
1 parent d02a822 commit ee84b91
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 prettier-plugin-astro && bun install --global stellar/prettier-config
run: bun install --global prettier @stellar/prettier-config prettier-plugin-astro

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

0 comments on commit ee84b91

Please sign in to comment.