Skip to content

Commit

Permalink
fix: remove run setup ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mikinovation committed Apr 20, 2024
1 parent 877c4d3 commit d4b6ade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
pip install setuptools
pip install vim-vint
- name: Check setup-ubuntu.sh
run: shellcheck ${GITHUB_WORKSPACE}/setup-ubuntu.sh

- name: Check deploy.sh
run: shellcheck ${GITHUB_WORKSPACE}/deploy.sh

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run setup ubuntu
run: ${GITHUB_WORKSPACE}/setup-ubuntu.sh

- name: Run deploy.sh
run: ${GITHUB_WORKSPACE}/deploy.sh
6 changes: 0 additions & 6 deletions setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,8 @@ echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc

# 各種ツールのバージョン確認
git --version
curl --version
wget --version
vim --version
zsh --version
tmux --version
ca-certificates --version
build-essential --version
procps --version
file --version
docker --version
brew --version

0 comments on commit d4b6ade

Please sign in to comment.