Skip to content

Commit 1e33323

Browse files
committed
chore: prettier
1 parent ff769c3 commit 1e33323

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,13 @@ jobs:
2222
with:
2323
node-version: 24
2424
registry-url: https://registry.npmjs.org
25+
cache: "pnpm"
2526

2627
- name: Install Dependencies
2728
run: pnpm install --frozen-lockfile
2829

2930
- name: Check TypeScript Types
3031
run: pnpm dlx turbo check-types
3132

32-
prettier:
33-
name: Prettier Check
34-
runs-on: ubuntu-latest
35-
timeout-minutes: 10
36-
steps:
37-
- uses: pnpm/action-setup@v4
38-
with:
39-
version: '10.30.3'
40-
41-
- uses: actions/checkout@v4
42-
43-
- uses: actions/setup-node@v4
44-
with:
45-
node-version: 24
46-
registry-url: https://registry.npmjs.org
47-
48-
- name: Install Dependencies
49-
run: pnpm install --frozen-lockfile
50-
5133
- name: Check Prettier Formatting
5234
run: pnpm prettier:check

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 24
2323
registry-url: https://registry.npmjs.org
24+
cache: "pnpm"
2425

2526
- name: Install dependencies
2627
run: pnpm install --frozen-lockfile

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
node-version: 24
3030
registry-url: https://registry.npmjs.org
31+
cache: "pnpm"
3132

3233
- name: Install dependencies
3334
run: pnpm install --frozen-lockfile

.github/workflows/publish-rc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
node-version: 24
2626
registry-url: https://registry.npmjs.org
27+
cache: "pnpm"
2728

2829
- name: Install dependencies
2930
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)