Skip to content

Commit 4df115c

Browse files
committed
speed up workflow install
1 parent 774af28 commit 4df115c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
node-version: "22"
2121
cache: "npm"
2222

23-
- name: Install dependencies
24-
run: npm ci
23+
- name: Install Prettier
24+
run: npm install -g prettier
2525

2626
- name: Check Prettier formatting
2727
run: npm run format:check

0 commit comments

Comments
 (0)