Skip to content

PR Check - Utils

PR Check - Utils #2413

name: PR Check - Utils
on:
pull_request:
paths:
- "packages/utils/**"
merge_group:
workflow_dispatch:
jobs:
check-commits:
uses: ./.github/workflows/_check-commits.yml
secrets: inherit
check-pr:
uses: ./.github/workflows/_build.yml
with:
path: "packages/utils"
secrets: inherit