Skip to content

Update README.md

Update README.md #225

Workflow file for this run

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