Skip to content

fix(backdrop): do not create a border with vim.o.winborder #186

fix(backdrop): do not create a border with vim.o.winborder

fix(backdrop): do not create a border with vim.o.winborder #186

Workflow file for this run

name: Stylua check
on:
push:
branches: [main]
paths: ["**.lua"]
pull_request:
paths: ["**.lua"]
jobs:
stylua:
name: Stylua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check .