Skip to content

build(nvim): remove stow of nvim #23

build(nvim): remove stow of nvim

build(nvim): remove stow of nvim #23

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
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: MunifTanjim/setup-neovim-action@v1
with:
tag: stable
- run: NVIM_APPNAME=nvim/.config/nvim nvim --headless +qa