feat(install): deploy installer to install.ohmyz.sh (#11722)

Co-authored-by: Marc Cornellà <hello@mcornella.com>
This commit is contained in:
Carlo Sala
2023-06-02 21:37:48 +02:00
committed by GitHub
parent 0024107310
commit 6101106916
5 changed files with 72 additions and 2 deletions

View File

@@ -31,8 +31,6 @@ jobs:
- name: Install zsh
if: runner.os == 'Linux'
run: sudo apt-get update; sudo apt-get install zsh
- name: Test installer
run: sh ./tools/install.sh
- name: Check syntax
run: |
for file in ./oh-my-zsh.sh \