diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0561e77..3482f72 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: max-parallel: 4 + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] diff --git a/README.md b/README.md index 7e95302..367e041 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SimSys Scripts -This repository contains support scripts that are common across the many -simulation and modelling codes owned by the Met Office. Particularly those +This repository contains support scripts that are common across the many +simulation and modelling codes owned by the Met Office. Particularly those owned and maintained by the SSD team. -Also contains a copy of script_updater.sh which is intended to live in the fcm +Also contains a copy of script_updater.sh which is intended to live in the fcm repositories to pull from this repository.