From 05e0974ada243a01dc08f4d5c5e76916e919fdac Mon Sep 17 00:00:00 2001 From: Michael Sleigh Date: Fri, 2 Feb 2024 10:22:57 +0000 Subject: [PATCH 1/2] Adds shell to build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d6aa0a..26833db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: true matrix: - language: ["fortran", "python"] + language: ["fortran", "shell", "python"] steps: - uses: actions/checkout@v4 From d82de7b667b76441e21a846c3a686c641cf1ff14 Mon Sep 17 00:00:00 2001 From: Michael Sleigh Date: Fri, 2 Feb 2024 12:49:43 +0000 Subject: [PATCH 2/2] Shell no longer 'to do' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929f0e9..6594563 100644 --- a/README.md +++ b/README.md @@ -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