Skip to content

Commit fdb43c8

Browse files
committed
ci: 🎡 update CI scripts
1 parent c278e56 commit fdb43c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: yarn install --frozen-lockfile
3939
- run: yarn build
4040
- run: yarn lint
41-
- run: yarn prettier:check
41+
- run: yarn format
4242
- run: yarn typedoc
4343
e2e-sample-api-http1:
4444
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: yarn
2222
- run: yarn install --frozen-lockfile
2323
- run: yarn prettier:check
24-
- run: yarn lint
24+
- run: yarn format
2525
- run: yarn test:ci --ci
2626
- run: PORT=10000 yarn test:e2e --server http1 --suite sample-api
2727
- run: PORT=10001 yarn test:e2e --server uws --suite sample-api

0 commit comments

Comments
 (0)