Skip to content

chore: sync comparison data from runtimes repo #225

chore: sync comparison data from runtimes repo

chore: sync comparison data from runtimes repo #225

Workflow file for this run

name: 'TypeScript Checker'
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
ts-checks:
uses: zondax/_workflows/.github/workflows/_checks-ts.yaml@v5
with:
package_manager: pnpm
enable_coverage: false