Skip to content

fix: always trigger on_unfocus to respect window ignore configuration #137

fix: always trigger on_unfocus to respect window ignore configuration

fix: always trigger on_unfocus to respect window ignore configuration #137

Workflow file for this run

name: Format & linting checks
on: [push, pull_request]
jobs:
luacheck:
name: luacheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
sudo apt-get install -y luarocks
sudo luarocks install luacheck
- name: Lint
run: luacheck lua/
stylua:
name: stylua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --color always --check lua/