Updated workflows/README.md to mention new shellcheck job

Added the new shellcheck CI job to the workflows README.md file
This commit is contained in:
Jamil Lambert, PhD 2024-06-18 11:17:30 +01:00
parent 0ae6f49cea
commit e9de541428
1 changed files with 3 additions and 1 deletions

View File

@ -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`