Skip to content

Commit

Permalink
move to test js
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Nov 5, 2024
1 parent 57a9a1a commit 73955c7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ on:
workflow_dispatch:
workflow_call:
jobs:
typescript:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Check TypeScript types
run: python tools/check_typescript_ci.py

unit:
runs-on: ubuntu-22.04
concurrency:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/typescript-check.yml

This file was deleted.

0 comments on commit 73955c7

Please sign in to comment.