Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

ci: standardize workflows using SciML's reusable workflows #182

ci: standardize workflows using SciML's reusable workflows

ci: standardize workflows using SciML's reusable workflows #182

Workflow file for this run

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