Skip to content

Commit 53b01e0

Browse files
committed
ci: add luacheck
1 parent 48e2c11 commit 53b01e0

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55

66
jobs:
7-
87
lint:
98
name: lint
109
runs-on: ubuntu-latest

.github/workflows/luacheck.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: [push, pull_request]
4+
5+
jobs:
6+
luacheck:
7+
runs-on: ubuntu-latest
8+
steps:
9+
10+
- name: Checkout
11+
uses: actions/checkout@v4
12+
13+
- name: Luacheck linter
14+
uses: lunarmodules/luacheck@v1

0 commit comments

Comments
 (0)