We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6321a commit 753c4bfCopy full SHA for 753c4bf
.github/workflows/check-pr.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: oven-sh/setup-bun@v2
16
- run: bun i
17
- run: |
18
- bun lint
19
bun test
20
bun build
+ # eslint project can not lint before build
21
+ bun lint
.github/workflows/publish.yml
@@ -24,9 +24,10 @@ jobs:
24
25
26
27
28
29
30
31
- uses: changepacks/action@main
32
id: changepacks
33
with:
0 commit comments