Skip to content

Commit

Permalink
chore(ci): simplify release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 12, 2023
1 parent 74747d2 commit 55545a6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,9 @@ concurrency:
cancel-in-progress: true

jobs:
install:
name: Install dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install

test:
name: Tests
runs-on: ubuntu-latest
needs: [install]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand All @@ -34,7 +25,6 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
needs: [install]
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
Expand All @@ -43,7 +33,6 @@ jobs:

typecheck:
name: TypeScript
needs: [install]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 55545a6

Please sign in to comment.