Skip to content

fix(neotree): change color of untracked files (#608) #1584

fix(neotree): change color of untracked files (#608)

fix(neotree): change color of untracked files (#608) #1584

Workflow file for this run

name: StyLua
on:
pull_request:
push:
paths-ignore:
- "*.md"
branches:
- main
jobs:
stylua:
name: StyLua
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
args: --check --config-path=stylua.toml .