Skip to content

feat(doc): use treesitter injection #326

feat(doc): use treesitter injection

feat(doc): use treesitter injection #326

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nebularg/[email protected]
with:
files: 'lua/'
config: 'https://raw.githubusercontent.com/NTBBloodbath/rest.nvim/main/.luacheckrc'
annotate: 'error'