mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 23:06:54 +00:00
minor
This commit is contained in:
8
.github/workflows/prettier.yml
vendored
8
.github/workflows/prettier.yml
vendored
@@ -7,7 +7,13 @@ jobs:
|
||||
prettier:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout Code 🛎
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Bun 🌟
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
- uses: actions/setup-node@v4
|
||||
- run: |
|
||||
bun
|
||||
|
||||
Reference in New Issue
Block a user