Skip to content

Commit 3b84096

Browse files
committed
refact(ci): use luacheck as the linter instead of selene
1 parent 64eb52f commit 3b84096

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Setup and run selene
15-
uses: NTBBloodbath/selene-action@v1.0.0
14+
- uses: nebularg/actions-luacheck@v1.1.0
1615
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
18-
args: "lua/"
16+
files: 'lua/'
17+
config: 'https://raw.githubusercontent.com/NTBBloodbath/rest.nvim/main/.luacheckrc'
18+
annotate: 'error'

0 commit comments

Comments
 (0)