Skip to content

Commit 114e609

Browse files
authored
ci: add luacheck workflow
1 parent 4349be6 commit 114e609

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/laucheck.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Luacheck
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "**/*.lua"
9+
- ".github/workflows/luacheck.yml"
10+
workflow_dispatch:
11+
12+
jobs:
13+
luacheck:
14+
uses: BlueLua/bluelua.github.io/.github/workflows/luacheck.yml@main

0 commit comments

Comments
 (0)