v2.0.1 Adding back read_b2_boundary_parameters #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |