Skip to content

๐Ÿ’š config(ci): Fix coverage upload. #3083

๐Ÿ’š config(ci): Fix coverage upload.

๐Ÿ’š config(ci): Fix coverage upload. #3083

Workflow file for this run

name: ci:type-check
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
type-check:
name: Continuous integration (type check)
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v4
- name: Install ๐Ÿ’พ
uses: ./.github/actions/install
- name: TypeScript check โ˜‘๏ธ
run: meteor npm run tsc