Skip to content

Commit

Permalink
Merge pull request #18 from msleigh/main
Browse files Browse the repository at this point in the history
Adds shell to build action
  • Loading branch information
msleigh authored Feb 2, 2024
2 parents 1af3516 + d82de7b commit de5a60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: true
matrix:
language: ["fortran", "python"]
language: ["fortran", "shell", "python"]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The standards and their applicability are as follows:

1. `fortran` - applicable to both IFS and Arpège
1. `python` (#todo) - applicable to IFS only
1. `shell` (#todo) - applicable to IFS only
1. `shell` - applicable to IFS only

## Build locally

Expand Down

0 comments on commit de5a60b

Please sign in to comment.