Merge pull request #1038 from isaacsas/fix_tests #1838
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |