Skip to content

Commit 4c88ad5

Browse files
authored
fixed lint
1 parent 6f713d5 commit 4c88ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes
1616
# CLI arguments
1717
args: --check .
18-
- name: Run lint
19-
run: |
20-
export PATH="${PWD}/build/:${PATH}"
21-
make lint
18+
- uses: nebularg/actions-luacheck@v1
19+
with:
20+
path: lua/
21+
args: -ignore vim
2222
tests:
2323
runs-on: ubuntu-20.04
2424
needs: lint

0 commit comments

Comments
 (0)