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

docs: add alternative for selecting environment #465

docs: add alternative for selecting environment

docs: add alternative for selecting environment #465

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'