Skip to content

Commit

Permalink
Skip typecheck and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Sep 30, 2024
1 parent 5f0b119 commit 6ea4486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
typecheck:
runs-on: ubuntu-latest
name: Typecheck
# Skipped for the time being, as there are too many errors
if: false
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand All @@ -36,6 +38,7 @@ jobs:
lint:
runs-on: ubuntu-latest
name: Lint
if: false # Skipped for the time being, as there are too many errors
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6ea4486

Please sign in to comment.