Skip to content

Commit 5729e1d

Browse files
authored
ci: remove check to stop being halted by Prettier
1 parent 83a1022 commit 5729e1d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
check:
11-
runs-on: ubuntu-24.04
12-
environment: wrangler-deploy
13-
timeout-minutes: 5
14-
steps:
15-
- uses: actions/checkout@v4
16-
17-
- uses: actions/setup-node@v4
18-
with:
19-
node-version: "22"
20-
cache: "npm"
21-
22-
- run: npm ci
23-
- run: npm run check
24-
2510
deploy:
26-
needs: check
2711
runs-on: ubuntu-24.04
2812
environment: wrangler-deploy
2913
timeout-minutes: 10

0 commit comments

Comments
 (0)