Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Autocompletion for commandline(:) and search #796

Autocompletion for commandline(:) and search

Autocompletion for commandline(:) and search #796

Workflow file for this run

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