From e9de541428e705b8b69e28d060ebda3ad56364dd Mon Sep 17 00:00:00 2001 From: "Jamil Lambert, PhD" Date: Tue, 18 Jun 2024 11:17:30 +0100 Subject: [PATCH] Updated workflows/README.md to mention new shellcheck job Added the new shellcheck CI job to the workflows README.md file --- .github/workflows/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index f33d57eb0..54da70c56 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -8,7 +8,8 @@ The minimal/recent lock files are handled by CI (`rust.yml`). ## Jobs -Run from `rust.yml` unless stated otherwise. +Run from rust.yml unless stated otherwise. Unfortunately we are now exceeding the 20 job target. +(Prepare is quick and must be run first anyway.) 0. `Prepare` 1. `Stable - minimal` @@ -30,3 +31,4 @@ Run from `rust.yml` unless stated otherwise. 17. `Coveralls` - run by `coveralls.yml` 18. `release` - run by `release.yml` 19. `labeler` - run by `manage-pr.yml` +20. `Shellcheck` - run by `shellcheck.yml`