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 00d39e9 commit 618bcd4Copy full SHA for 618bcd4
docs/advanced/ci.md
@@ -23,8 +23,6 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- uses: oven-sh/setup-bun@v2
26
- with:
27
- bun-version: latest
28
- run: bun install --frozen-lockfile
29
- name: Format (check)
30
run: bunx pickier format . --check
0 commit comments