We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ee6a9 commit 8105094Copy full SHA for 8105094
1 file changed
.github/workflows/ci.yml
@@ -23,8 +23,6 @@ jobs:
23
uses: oven-sh/setup-bun@v2
24
with:
25
bun-version: latest
26
- - name: Install dependencies
27
- run: bun install --frozen-lockfile
28
- name: Run Prettier
29
run: bunx prettier@v3 -w .
30
- name: Commit if changed
0 commit comments