Skip to content

chore: update pre-commit hooks #49

chore: update pre-commit hooks

chore: update pre-commit hooks #49

# Checks if a PR makes any changes that ought to be shared via templating.
# See the called workflow in the scitools/workflows repo for more details.
name: ci-template-check
on:
pull_request_target:
branches:
- main
jobs:
prompt-share:
uses: scitools/workflows/.github/workflows/ci-template-check.yml@2025.06.2
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}