Skip to content

Commit a8307e4

Browse files
authored
fix: remove run task from CI
1 parent f5f9d59 commit a8307e4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
jobs:
2-
build:
3-
name: Build
4-
runs-on: ubuntu-latest
5-
steps:
6-
- uses: actions/checkout@v4
7-
- uses: ./.github/actions/prepare
8-
- run: pnpm build
9-
- run: node ./lib/index.js
102
lint:
113
name: Lint
124
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)