Skip to content

πŸ‘©β€πŸ’» dx(renovate): Increase PR concurrency limit to 25. #1642

πŸ‘©β€πŸ’» dx(renovate): Increase PR concurrency limit to 25.

πŸ‘©β€πŸ’» dx(renovate): Increase PR concurrency limit to 25. #1642

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: meteor-actions/install@v3
- name: TypeScript check β˜‘οΈ
run: meteor npm run tsc