Skip to content

Commit

Permalink
chore: main.yml から packages ジョブを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
reiroop committed Dec 15, 2024
1 parent a1a1139 commit e2cf584
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,9 @@ on:
pull_request:

jobs:
packages:
name: Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci

build:
name: Build
runs-on: ubuntu-latest
needs:
- packages
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -37,8 +24,6 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
needs:
- packages
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -51,8 +36,6 @@ jobs:
format:
name: Format
runs-on: ubuntu-latest
needs:
- packages
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -65,8 +48,6 @@ jobs:
typeCheck:
name: Type Check
runs-on: ubuntu-latest
needs:
- packages
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit e2cf584

Please sign in to comment.