name: PR Checks
on:
  pull_request:
    branches:
      - master
      - main

jobs:
  Checks:
    uses: Creator-co/tool-github-workflows/.github/workflows/prs-check.yml@main
    secrets: inherit
    with:
      NODE_VERSION: "24.x"
