Skip to content

Commit 19c00c8

Browse files
committed
Run lint after test step
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 004ba9b commit 19c00c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
- name: Setup
3333
run: ./script/setup
3434

35-
- name: Lint
36-
run: |
37-
./script/lint
3835
- name: Test
3936
run: ./script/test
37+
38+
- name: Lint
39+
run: ./script/lint
40+

0 commit comments

Comments
 (0)