Skip to content

Commit 5a238a2

Browse files
ci: Fix linting
1 parent c3cc0f8 commit 5a238a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222
version: latest
2323
# CLI arguments
24-
args: make lint
24+
args: --check lua/ tests/
2525
tests:
2626
strategy:
2727
fail-fast: false

0 commit comments

Comments
 (0)