Skip to content

ci: use reusable formatting workflow #218

ci: use reusable formatting workflow

ci: use reusable formatting workflow #218

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / format-check

Invalid workflow file

The workflow is not valid. .github/workflows/FormatCheck.yml (Line: 16, Col: 21): Invalid input, github_token is not defined in the referenced workflow.