Skip to content

Commit 8ef4bae

Browse files
committed
Add lint to a workflow
1 parent 322565e commit 8ef4bae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: Run lint and tests
22

33
on:
44
pull_request:
@@ -21,5 +21,8 @@ jobs:
2121
- name: Setup
2222
run: make setup
2323

24+
- name: Run lint
25+
run: make lint
26+
2427
- name: Run tests
2528
run: make test

0 commit comments

Comments
 (0)