Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

ci: standardise workflows using SciML's reusable workflows #30

ci: standardise workflows using SciML's reusable workflows

ci: standardise workflows using SciML's reusable workflows #30

Workflow file for this run

name: "Format Check"
on:
push:
branches:
- 'master'
tags: '*'
pull_request:
jobs:
format-check:
name: "Format Check"
uses: "SciML/.github/.github/workflows/format-check.yml@v1"