Skip to content

Commit 55fc044

Browse files
committed
update: Check Lint
1 parent da766bc commit 55fc044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ jobs:
3333
- name: Lint
3434
run: |
3535
make format
36+
- name: Check Lint
37+
run: |
38+
make check

0 commit comments

Comments
 (0)