Allow Python interfaces to optionally read from specfile #797
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: Macros | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build: | |
name: GALAHAD -- Check macros | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout GALAHAD | |
uses: actions/checkout@v4 | |
- name: Install Julia | |
uses: julia-actions/setup-julia@v2 | |
with: | |
version: 1 | |
arch: x64 | |
- name: Check the Fortran macros | |
run: julia --color=yes .github/julia/check_macros.jl |