Skip to content

Commit

Permalink
add: 正常にシンボリックリンクが作成するかチェックするコマンドを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 21, 2024
1 parent 6724f62 commit f2d9064
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
run: apt-get update && apt-get install -y git sudo
- name: Install dotfiles
run: |
bash ./bin/install.sh
bash ./bin/install.sh \
&& ls -la ~/ | grep .zshrc
# macOS 環墨での動作確認
macos:
Expand All @@ -23,4 +24,5 @@ jobs:
- name: Install dotfiles
run: |
uname -a
./bin/install.sh
./bin/install.sh \
&& ls -la ~/ | grep .zshrc

0 comments on commit f2d9064

Please sign in to comment.