fix workflow?
This commit is contained in:
parent
3d15ee13c5
commit
d52bec9d87
1 changed files with 7 additions and 2 deletions
9
.github/workflows/prettier.yml
vendored
9
.github/workflows/prettier.yml
vendored
|
|
@ -7,7 +7,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.github/actions/setup
|
- uses: oven-sh/setup-bun@v1
|
||||||
|
with:
|
||||||
|
bun-version: latest
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
- name: Run prettier
|
- name: Run prettier
|
||||||
run: bun format:check
|
run: bun run format:check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue