Skip to content

chore: bootstrap agent-zsh #1

chore: bootstrap agent-zsh

chore: bootstrap agent-zsh #1

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
zsh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install zsh
run: sudo apt-get update && sudo apt-get install -y zsh
- name: Syntax check
run: zsh -n agent-zsh.plugin.zsh lib/agent-zsh/*.zsh completions/_agz
- name: Integration test
run: zsh test/run.zsh