Skip to content

Merge pull request #74 from ProjectTorreyPines/reuse_ci #143

Merge pull request #74 from ProjectTorreyPines/reuse_ci

Merge pull request #74 from ProjectTorreyPines/reuse_ci #143

Workflow file for this run

name: Format Check
on:
push:
branches: ["master", "reuse_ci"]
paths:
- '.github/workflows/format_check.yml'
- '**.jl'
pull_request:
branches: ["master"]
paths:
- '.github/workflows/format_check.yml'
- '**.jl'
jobs:
format_check:
uses: ProjectTorreyPines/GitHubActionsWorkflows/.github/workflows/format_check.yml@master