Skip to content

Commit

Permalink
Enhance CI workflow by re-enabling the Code Quality job with Bun inte…
Browse files Browse the repository at this point in the history
…gration
  • Loading branch information
sergiodxa committed Dec 6, 2024
1 parent c1fe97d commit 7ca089b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- run: bun install --frozen-lockfile
- run: bun run typecheck

# quality:
# name: Code Quality
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: oven-sh/setup-bun@v2
# - run: bun install --frozen-lockfile
# - run: bun run quality
quality:
name: Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run quality

test:
name: Tests
Expand Down

0 comments on commit 7ca089b

Please sign in to comment.