docs: point rust_crate README link at the ldk-node crate page #2356
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: SemVer checks | |
| on: [push, pull_request] | |
| jobs: | |
| semver-checks: | |
| timeout-minutes: 60 | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout source code | |
| uses: actions/checkout@v6 | |
| - name: Check SemVer | |
| uses: obi1kenobi/cargo-semver-checks-action@v2 |