Merge rust-bitcoin/rust-bitcoin#2863: Updated workflows/README.md to mention new Shellcheck job

e9de541428 Updated workflows/README.md to mention new shellcheck job (Jamil Lambert, PhD)

Pull request description:

  Added the new Shellcheck CI job to `./github/workflows/README.md` to fix: #2767

ACKs for top commit:
  storopoli:
    ACK e9de541428
  apoelstra:
    ACK e9de541428 pretty-much anything here is fine by me
  tcharding:
    ACK e9de541428

Tree-SHA512: 805d301a39ec17c159e78c275e28ac0046237e36860987cb70e2d872a29fb5ea65c891adc72ebf2d618ad5686f1548fca2cc139be23386580cd5a115e9fc6faa
This commit is contained in:
Andrew Poelstra 2024-06-19 13:23:50 +00:00
commit 700085d8b2
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
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`