Skip to content

fix: nil error when backward compatibility highlights are set #56

fix: nil error when backward compatibility highlights are set

fix: nil error when backward compatibility highlights are set #56

Workflow file for this run

name: CI
permissions:
pull-requests: write
contents: write
on:
push:
branches: [main]
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
# CLI arguments
args: --check .
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lunarmodules/luacheck@v1
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- style
- lint
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
package-name: nvim-window-picker