Skip to content

Bump the all-updates group with 4 updates #319

Bump the all-updates group with 4 updates

Bump the all-updates group with 4 updates #319

Workflow file for this run

name: Check README
permissions:
contents: read
on:
pull_request:
branches: [ "*" ]
env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true
jobs:
check_readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3
- name: Install cargo-rdme
uses: baptiste0928/cargo-install@77fc781ff2a66b362d815793ec7bd69b50d0e549 #v1
with:
crate: cargo-rdme
- name: Check that readme matches lib.rs
run: |
(cd generic-ec; cargo rdme -r ../README.md --check)
(cd generic-ec-zkp; cargo rdme -r README.md --check)
(cd generic-ec-curves; cargo rdme -r README.md --check)
(cd generic-ec-core; cargo rdme -r README.md --check)