Skip to content

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #32

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec…

Merge branch 'renovate/npm-packages' of https://github.com/oxc-projec… #32

Workflow file for this run

name: Type Check
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- main
- 'renovate/**'
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Type Check
run: npx tsc --noEmit