ci: use reusable formatting workflow #218
Workflow file for this run
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: "Open format PR" | ||
uses: "SciML/.github/.github/workflows/format-suggestions-on-pr.yml@debug" | ||
with: | ||
github_token: ${{ github.token }} | ||
Check failure on line 16 in .github/workflows/FormatCheck.yml GitHub Actions / format-checkInvalid workflow file
|