Skip to content

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue. #1581

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue.

πŸ‘©β€πŸ’» dx: Run GHA workflows for PRs in merge queue. #1581

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