Skip to content

Commit 19d417a

Browse files
committed
Expand luacheck to the examples
1 parent 81da7ad commit 19d417a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/luacheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
# Run luacheck for the codebase in the src/ folder
19+
# Run luacheck for the codebase in the src/ and examples/ folder
2020
- name: Luacheck linter
2121
uses: lunarmodules/luacheck@v1
2222
with:
23-
args: src
23+
args: src examples

0 commit comments

Comments
 (0)