Skip to content

Document the local development bootstrap flow for the backend #1088

Document the local development bootstrap flow for the backend

Document the local development bootstrap flow for the backend #1088

Workflow file for this run

name: Generate API Documentation

Check failure on line 1 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs.yml

Invalid workflow file

(Line: 21, Col: 9): Unexpected value 'uses'
on:
pull_request:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Rust
uses: dtolnay/rust-toolchain@1.84.0
- name: Generate Rust docs
run: cargo doc -p share-price-math --no-deps
uses: dtolnay/rust-toolchain@1.85.0
- name: Generate Rust docs
run: |
cargo doc -p share-price-math --no-deps
cargo doc -p mock-strategy --no-deps
continue-on-error: false