Merge rust-bitcoin/rust-bitcoin#3954: Update `README.md`

fe09896c7d Update `README.md` (Jamil Lambert, PhD)

Pull request description:

  `.github/workflows/README.md` is stale

  Add the new `API` check and reorder jobs to match `rust.yml`.

  Close #3942

ACKs for top commit:
  Kixunil:
    ACK fe09896c7d
  tcharding:
    ACK fe09896c7d
  apoelstra:
    ACK fe09896c7d87a0ae6a1b6d6c2525bd5fdff4f3ea; successfully ran local tests

Tree-SHA512: bbd9c57f20022a1383541ce574adc2db3cf02994b71749543ad080ecb585fae7c3577a4d832351948f749edebb5525da50ff79ba6354e1510e83081ba36481f3
This commit is contained in:
merge-script 2025-01-28 04:07:27 +00:00
commit 21a4b7a3db
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 10 additions and 9 deletions

View File

@ -22,13 +22,14 @@ Run from rust.yml unless stated otherwise. Unfortunately we are now exceeding th
8. `Docs`
9. `Docsrs`
10. `Bench`
11. `ASAN`
12. `WASM`
13. `Arch32bit`
14. `Cross`
15. `Embedded`
11. `Arch32bit`
12. `Cross`
13. `Embedded`
14. `ASAN`
15. `WASM`
16. `Kani`
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`
17. `API`
18. `Coveralls` - run by `coveralls.yml`
19. `release` - run by `release.yml`
20. `labeler` - run by `manage-pr.yml`
21. `Shellcheck` - run by `shellcheck.yml`