Skip to content

improv: add highlighting if picker is snacks #202

improv: add highlighting if picker is snacks

improv: add highlighting if picker is snacks #202

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 .