Skip to content

Centralize CI to SciML reusable workflows #28

Centralize CI to SciML reusable workflows

Centralize CI to SciML reusable workflows #28

Workflow file for this run

name: format-check
on:
push:
branches:
- 'master'
- 'main'
- 'release-'
tags: '*'
pull_request:
jobs:
runic:
name: "Runic"
uses: "SciML/.github/.github/workflows/runic.yml@v1"
secrets: "inherit"