Skip to content

Commit

Permalink
disabled biomejs js linting because I don't want to incldue that chan…
Browse files Browse the repository at this point in the history
…ge with this branch. fixed files on feat/format-with-biomejs
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent a4917f6 commit 8ca5cde
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ jobs:
UV_PYTHON: ${{ matrix.python-version }}
- uses: codecov/codecov-action@v5

LintJavaScript:
name: JavaScript / Lint
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: biomejs/setup-biome@v2
with:
version: latest
- run: biome ci .
# LintJavaScript:
# name: JavaScript / Lint
# runs-on: macos-14
# steps:
# - uses: actions/checkout@v4
# - uses: biomejs/setup-biome@v2
# with:
# version: latest
# - run: biome ci .

TypecheckJavaScript:
name: JavaScript / Typecheck
Expand Down

0 comments on commit 8ca5cde

Please sign in to comment.