Skip to content

feat(next/api): print ticket detect language retry times #798

feat(next/api): print ticket detect language retry times

feat(next/api): print ticket detect language retry times #798

name: typecheck-in-app
on:
push:
branches:
- master
- dc
- tap
- xd
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- docs/**
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
cache-dependency-path: 'in-app/v1/package-lock.json'
- name: Install dependencies
run: |
cd in-app/v1
npm ci
- name: Typecheck
run: |
cd in-app/v1
npm run typecheck