Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Mar 12, 2024
1 parent 6d5e33e commit 9f41664
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
SKIP_ENV_VALIDATION: true

build:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -45,8 +45,5 @@ jobs:

- name: Run typecheck
run: pnpm run typecheck

- name: Build project
run: pnpm run build
env:
SKIP_ENV_VALIDATION: true
SKIP_ENV_VALIDATION: true

0 comments on commit 9f41664

Please sign in to comment.