Skip to content

Commit a8c5276

Browse files
committed
chore: use luals for style check
1 parent 30615dd commit a8c5276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: leafo/gh-actions-luarocks@v5
3636

3737
- name: install luacheck ${{ matrix.luacheck_version }}
38-
run: luarocks install ${{ matrix.luacheck_version }}
38+
run: luarocks install luacheck ${{ matrix.luacheck_version }}
3939

4040
- run: make lint
4141

0 commit comments

Comments
 (0)