We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eb52f commit 3b84096Copy full SHA for 3b84096
.github/workflows/lint.yml
@@ -11,8 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Setup and run selene
15
- uses: NTBBloodbath/selene-action@v1.0.0
+ - uses: nebularg/actions-luacheck@v1.1.0
16
with:
17
- token: ${{ secrets.GITHUB_TOKEN }}
18
- args: "lua/"
+ files: 'lua/'
+ config: 'https://raw.githubusercontent.com/NTBBloodbath/rest.nvim/main/.luacheckrc'
+ annotate: 'error'
0 commit comments