Skip to content

Commit

Permalink
fix: untint forcibly wiped windows (#48)
Browse files Browse the repository at this point in the history
* fix: handle forcibly closed windows
* chore(ci): use latest stylua action
* chore: appease luacheck
* fix: always trigger `on_unfocus` to respect window ignore configuration
  • Loading branch information
levouh authored Aug 28, 2023
1 parent 9647e6a commit 8628356
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 61 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: luacheck
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
Expand All @@ -20,8 +20,9 @@ jobs:
name: stylua
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@1.0.0
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check lua/
version: latest
args: --color always --check lua/
Loading

0 comments on commit 8628356

Please sign in to comment.