Skip to content

Commit 2ce4f8c

Browse files
committed
update workflow
1 parent b768ee2 commit 2ce4f8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
if: always()
100100

101101
package:
102-
needs: test
102+
needs: |
103+
test
104+
code-quality
105+
103106
runs-on: ubuntu-latest
104107

105108
steps:

0 commit comments

Comments
 (0)