Skip to content

ci: modernize GitHub Actions — remove bots, SHA-pin, add zd test #6

ci: modernize GitHub Actions — remove bots, SHA-pin, add zd test

ci: modernize GitHub Actions — remove bots, SHA-pin, add zd test #6

---
name: "🧪 ZD Integration"
on:
push:
branches: [main, next]
paths:
- "zi.zsh"
- "lib/**"
pull_request:
paths:
- "zi.zsh"
- "lib/**"
workflow_dispatch: {}
permissions:
contents: read
jobs:
zd-test:
uses: z-shell/zd/.github/workflows/test-native.yml@d5653e7d426b1726ee4600fbf772ac41d19ea50d # main
with:
zi_repo: ${{ github.repository }}
zi_ref: ${{ github.sha }}