Skip to content

Commit 3d9e3d9

Browse files
committed
ci: remove unused code
1 parent ab9bf01 commit 3d9e3d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

-10
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
# - name: Setup
14-
# uses: actions/setup-node@v3
15-
# - uses: actions/checkout@v4
16-
# - uses: pnpm/action-setup@v2
17-
# with:
18-
# version: 8
19-
# run_install: |
20-
# - recursive: true
21-
# args: [--frozen-lockfile, --strict-peer-dependencies]
22-
# - args: [--global, prettier, typescript]
2313

2414
- name: Build
2515
run: |

0 commit comments

Comments
 (0)