Skip to content

Commit 6e380ec

Browse files
committed
ci(lint): run script directly
1 parent fdbe4d8 commit 6e380ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: luarocks install luacheck
2727

2828
- name: Run luacheck
29-
run: make lint-lua
29+
run: luacheck *.lua lua/* tests/*

0 commit comments

Comments
 (0)