Skip to content

Uniformize monorepo structure to OrdinaryDiffEq canonical style #21

Uniformize monorepo structure to OrdinaryDiffEq canonical style

Uniformize monorepo structure to OrdinaryDiffEq canonical style #21

Workflow file for this run

name: Sublibrary CI
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
sublibraries:
uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1"
with:
group-env-name: RECURSIVEARRAYTOOLS_TEST_GROUP
check-bounds: auto
secrets: "inherit"