docs: update API endpoint, links to sdk and rename testnet3 to testnet #4
Workflow file for this run
This file contains 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: CI - Branches | |
on: [push] | |
env: | |
RUST_BACKTRACE: 1 | |
jobs: | |
style: | |
name: Check Markdown | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
folder-path: 'documentation' |