Skip to content

Commit 8766301

Browse files
committed
chore: fix ci
1 parent 1d9abb1 commit 8766301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: pnpm test.lint
6565

6666
Release:
67-
needs: [Test]
67+
needs: [Test, Lint]
6868
if: github.ref == 'refs/heads/master' &&
6969
github.event.repository.fork == false
7070
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)