Skip to content

Commit

Permalink
disabled other js ci elements
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent 8ca5cde commit cee6695
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ jobs:
# version: latest
# - run: biome ci .

TypecheckJavaScript:
name: JavaScript / Typecheck
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm typecheck
# TypecheckJavaScript:
# name: JavaScript / Typecheck
# runs-on: macos-14
# steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v4
# with:
# run_install: true
# - run: pnpm typecheck

TestJavaScript:
name: JavaScript / Test
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm test
# TestJavaScript:
# name: JavaScript / Test
# runs-on: macos-14
# steps:
# - uses: actions/checkout@v4
# - uses: pnpm/action-setup@v4
# with:
# run_install: true
# - run: pnpm test

0 comments on commit cee6695

Please sign in to comment.