Skip to content

chore(nvim): update lazy-lock #288

chore(nvim): update lazy-lock

chore(nvim): update lazy-lock #288

Workflow file for this run

---
name: "zsh"
on: ["push"]
jobs:
test:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
version:
- "master"
- "5.9"
- "5.8.1"
- "5.7.1"
container:
image: "ghcr.io/zsh-users/zsh:${{ matrix.version }}"
steps:
- uses: "actions/checkout@v4"
- run: "install_packages stow"
- run: "stow shell"
- run: "stow zsh"
- name: "Check zsh"
run: "ZDOTDIR=~/.config/zsh zsh --version"