Skip to content

Merge pull request #223 from ddomurad/ddomurad/refactor_events #318

Merge pull request #223 from ddomurad/ddomurad/refactor_events

Merge pull request #223 from ddomurad/ddomurad/refactor_events #318

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'