Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit c19350a

Browse files
committed
ci(github): fix lint job command
1 parent d507b5c commit c19350a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: cp ./env.sample.jsonc ./env.jsonc
2828

2929
- name: Lint
30-
run: make test
30+
run: make lint
3131

3232
# type:
3333
# name: Type

0 commit comments

Comments
 (0)