chore: lint correct test directory
This commit is contained in:
parent
5a91d816a0
commit
4ebbb7ae16
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -61,5 +61,4 @@ jobs:
|
|||||||
sudo luarocks install luacheck
|
sudo luarocks install luacheck
|
||||||
- name: Run luacheck
|
- name: Run luacheck
|
||||||
run: |
|
run: |
|
||||||
luacheck lua/
|
make lint
|
||||||
luacheck examples/
|
|
||||||
|
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
|||||||
.DEFAULT_GOAL = check
|
.DEFAULT_GOAL = check
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@luacheck lua/lualine
|
@luacheck lua/lualine/
|
||||||
@luacheck lua/tests
|
@luacheck tests/
|
||||||
@luacheck examples/
|
@luacheck examples/
|
||||||
|
|
||||||
format:
|
format:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user