Skip to content

Commit

Permalink
remove type_check altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Nov 20, 2024
1 parent 6c38489 commit 556514d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ on:
- main

jobs:
type_check:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: "lts/*"

- name: Install Packages
run: |
npm install
npm run build
verify_files:
name: Verify Files
runs-on: ubuntu-latest
Expand Down

0 comments on commit 556514d

Please sign in to comment.