Skip to content

Commit

Permalink
fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 25, 2025
1 parent c550f9d commit 28d1a03
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 1,682 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,20 @@ jobs:

- run: bun lint

typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/setup

- run: bun typecheck

test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/setup

- run: bun turbo test typecheck --filter "@t3-oss/env*"
- run: bun test
Loading

0 comments on commit 28d1a03

Please sign in to comment.