Skip to content

Ghosttyの設定変更 #195

Ghosttyの設定変更

Ghosttyの設定変更 #195

Workflow file for this run

name: dotfiles CI
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Update packages list and install zsh
run: |
sudo apt update -y
sudo apt install -y zsh
- name: Check syntax of initialize.zsh file
run: zsh -n initialize.zsh
- name: Check syntax of initialize script files
run: "zsh -n ./scripts/init/*.zsh"
- name: Check syntax of symlinks/dirs/bin-dotfiles/pull-dotfiles file
run: zsh -n symlinks/dirs/bin-dotfiles/pull-dotfiles