Skip to content

refactor(nvim): make diagnostic mappings global #123

refactor(nvim): make diagnostic mappings global

refactor(nvim): make diagnostic mappings global #123

Workflow file for this run

name: Lint lua files
on:
push:
paths:
- "**.lua"
pull_request:
paths:
- "**.lua"
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting with stylua
uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.TOKEN }}
version: latest
# args passed to stylua
args: --check -f config/nvim/.stylua.toml .