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: ACKe9de541428
apoelstra: ACKe9de541428
pretty-much anything here is fine by me tcharding: ACKe9de541428
Tree-SHA512: 805d301a39ec17c159e78c275e28ac0046237e36860987cb70e2d872a29fb5ea65c891adc72ebf2d618ad5686f1548fca2cc139be23386580cd5a115e9fc6faa
This commit is contained in:
commit
700085d8b2
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue