File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313permissions :
1414 contents : write
1515
16+ concurrency :
17+ group : ${{ github.workflow }}-${{ github.ref }}
18+ cancel-in-progress : false
19+
1620jobs :
1721 checksum :
1822 if : github.repository == 'z-shell/zi-src'
Original file line number Diff line number Diff line change 6060 command rm -rf "${XDG_DATA_HOME:-$HOME/.local/share}/zi" /home/runneradmin/.zi
6161 sh -x ./lib/sh/install.sh -- -a zpmod
6262 shell : C:\tools\cygwin\bin\bash.exe --login -o igncr '{0}'
63+ - name : 🪟 Smoke-test — verify zi.zsh present
64+ run : |
65+ ZI_BIN="${XDG_DATA_HOME:-${HOME}/.local/share}/zi/bin"
66+ if [ ! -f "${ZI_BIN}/zi.zsh" ]; then
67+ printf '%s\n' "FAIL: zi.zsh not found at ${ZI_BIN}/zi.zsh"
68+ exit 1
69+ fi
70+ printf '%s\n' "OK: zi.zsh found at ${ZI_BIN}/zi.zsh"
71+ command rm -rf "${XDG_DATA_HOME:-${HOME}/.local/share}/zi" /home/runneradmin/.zi
72+ shell : C:\tools\cygwin\bin\bash.exe --login -o igncr '{0}'
You can’t perform that action at this time.
0 commit comments