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 sudo luarocks install luacheck
- name: Run luacheck - name: Run luacheck
run: | run: |
luacheck lua/ make lint
luacheck examples/

View File

@ -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: