chore: lint correct test directory

This commit is contained in:
shadmansaleh 2022-03-26 09:43:56 +00:00
parent 5a91d816a0
commit 4ebbb7ae16
2 changed files with 3 additions and 4 deletions

View File

@ -61,5 +61,4 @@ jobs:
sudo luarocks install luacheck
- name: Run luacheck
run: |
luacheck lua/
luacheck examples/
make lint

View File

@ -1,8 +1,8 @@
.DEFAULT_GOAL = check
lint:
@luacheck lua/lualine
@luacheck lua/tests
@luacheck lua/lualine/
@luacheck tests/
@luacheck examples/
format: