Skip to content

Commit 9ab39b0

Browse files
committed
Make test job in main GitHub Actions workflow depend on lint
1 parent 9b23182 commit 9ab39b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
test:
3333
name: Test
34+
needs: lint
3435
runs-on: ubuntu-latest
3536
steps:
3637
- name: Checkout repository

0 commit comments

Comments
 (0)