Skip to content

docs: reduce agent and neovim documentation drift #5

docs: reduce agent and neovim documentation drift

docs: reduce agent and neovim documentation drift #5

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
verification:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install zsh
run: |
sudo apt-get update
sudo apt-get install -y zsh
- name: Run verification commands
run: |
for test in tests/*.sh; do sh "$test"; done
zsh -n zsh/zshrc