Skip to content

Commit

Permalink
Update readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
survived authored Sep 20, 2023
1 parent 6514f37 commit b069bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-rdme
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.STARK_CURVE_KEY }}
- name: Check that readme matches lib.rs
run: cargo rdme -w generic-ec -r README.md --check
run: cargo rdme -w generic-ec -r README.md --check

0 comments on commit b069bb4

Please sign in to comment.