Skip to content

Commit

Permalink
Remove typescript job
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Jan 28, 2025
1 parent 28ba87d commit f4f5055
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ permissions:
contents: read

jobs:
typescript-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install node dependencies
run: npm ci

- name: Run typescript
run: npx tsc -p tests/tsconfig.json --noEmit

code-style:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f4f5055

Please sign in to comment.