Skip to content

DO NOT MERGE: Unship commonjs files #969

DO NOT MERGE: Unship commonjs files

DO NOT MERGE: Unship commonjs files #969

Workflow file for this run

name: CI for each of Pull Requests
on:
pull_request:
permissions:
contents: read
# see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
uses: ./.github/workflows/_ci.yaml