From d4b6ade7c34e222afafd8568ad7bc5b106adf9bf Mon Sep 17 00:00:00 2001 From: mikinovation Date: Sat, 20 Apr 2024 22:35:10 +0900 Subject: [PATCH] fix: remove run setup ubuntu --- .github/workflows/lint.yml | 3 +++ .github/workflows/ubuntu.yml | 3 --- setup-ubuntu.sh | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9e0d292..b2754d8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 4316f10..c09d29c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 diff --git a/setup-ubuntu.sh b/setup-ubuntu.sh index 0ca43d7..f36e936 100644 --- a/setup-ubuntu.sh +++ b/setup-ubuntu.sh @@ -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