Skip to content

docs: add alternative for selecting environment #464

docs: add alternative for selecting environment

docs: add alternative for selecting environment #464

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@v4
- uses: nebularg/actions-luacheck@v1.1.2
with:
files: 'lua/'
config: 'https://raw.githubusercontent.com/NTBBloodbath/rest.nvim/main/.luacheckrc'
annotate: 'error'