Skip to content

feat(nvim): test of stylua action #14

feat(nvim): test of stylua action

feat(nvim): test of stylua action #14

Workflow file for this run

---
name: "nvim"
on: ["push"]
# TODO: get this to work
env:
NVIM_BASE_DIR: "nvim/.config/nvim"
jobs:
stylua:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.20.0
args: >-
--allow-hidden
--check
-f nvim/.config/nvim/stylua.toml
nvim/.config/nvim