Skip to content

Merge branch 'next' of https://github.com/dromara/newcar into next #335

Merge branch 'next' of https://github.com/dromara/newcar into next

Merge branch 'next' of https://github.com/dromara/newcar into next #335

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- main
workflow_dispatch:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: |
npm i pnpm -g
pnpm install
- name: TypeScript check
run: tsc --noEmit