Skip to content

[pull] master from SciML:master #33

[pull] master from SciML:master

[pull] master from SciML:master #33

Workflow file for this run

name: "Format Check"
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
tags: '*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
runic:
name: "Runic Format Check"
uses: "SciML/.github/.github/workflows/runic.yml@v1"
secrets: "inherit"