Skip to content

Commit

Permalink
setup.shをCICDから削除
Browse files Browse the repository at this point in the history
  • Loading branch information
miketako3 committed Mar 30, 2024
1 parent e13a8db commit 550e137
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
- run: ./sctips/setup.sh
- run: ./scripts/build.sh
- uses: tsuyoshicho/action-textlint@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./scripts/setup.sh
- run: ./scripts/build.sh
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 550e137

Please sign in to comment.