Skip to content

ci: use reusable formatting workflow #225

ci: use reusable formatting workflow

ci: use reusable formatting workflow #225

Workflow file for this run

name: "Format Check"
on:
push:
branches:
- 'master'
- 'release-'
tags: '*'
pull_request:
jobs:
format-check:
name: "Format Checks"
uses: "SciML/.github/.github/workflows/format-suggestions-on-pr.yml@debug"