Skip to content

ci: use reusable formatting workflow #196

ci: use reusable formatting workflow

ci: use reusable formatting workflow #196

Workflow file for this run

name: format-check
on:
push:
branches:
- 'master'
- 'release-'
- 'at/use-centralized-workflows'
tags: '*'
pull_request:
jobs:
format-check:
name: "Open format PR"
uses: "SciML/.github/.github/workflows/format-check.yml@at/debug-format-workflow"