Skip to content

Commit

Permalink
remove: #7 不要な記述を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 22, 2024
1 parent ef324c1 commit 7fb3697
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Install dotfiles
run: |
echo $SHELL
chmod +x ./bin/ubuntu_install.sh \
yes | ./bin/ubuntu_install.sh \
&& ls -la ~/ | grep .zshrc
Expand All @@ -29,6 +28,5 @@ jobs:
- uses: actions/checkout@v1
- name: Install dotfiles
run: |
# ./bin/mac_install.sh \
yes | ./bin/mac_install.sh \
&& ls -la ~/ | grep .zshrc

0 comments on commit 7fb3697

Please sign in to comment.