Skip to content

Merge pull request #77 from ProjectTorreyPines/inttype #148

Merge pull request #77 from ProjectTorreyPines/inttype

Merge pull request #77 from ProjectTorreyPines/inttype #148

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