Skip to content

Commit

Permalink
chore: remove unnecessary install dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
maalni committed Nov 18, 2024
1 parent a6000fa commit 307e0fd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,7 @@ on:
- '**'

jobs:
install-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: lts/Iron
- name: Install dependencies
run: pnpm install
check-typescript:
needs: [install-dependencies]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +28,6 @@ jobs:
- name: Check TypeScript
run: pnpm tsc
check-prettier:
needs: [install-dependencies]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 307e0fd

Please sign in to comment.