Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Zsh
uses: z-shell/.github/actions/setup-zsh@62b432bd1e71895def33d16166c90bc3131eaaaf # main
uses: z-shell/.github/actions/setup-zsh@934a11240ae176a36a72da4a7a495ab2f1eabbb3 # main
- name: Install git and curl
run: sudo apt-get update && sudo apt-get install -yq git curl
- name: Make vendored bin executable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zsh-n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Zsh
uses: z-shell/.github/actions/setup-zsh@62b432bd1e71895def33d16166c90bc3131eaaaf # main
uses: z-shell/.github/actions/setup-zsh@934a11240ae176a36a72da4a7a495ab2f1eabbb3 # main
- name: Check Zsh syntax
run: |
find . -type f \( -name '*.zsh' -o -path './functions/.*' \) -print | sort | while read -r file; do
Expand Down
Loading