Skip to content

release: bump starknet to 0.12.0 (and deps) (#655) #37

release: bump starknet to 0.12.0 (and deps) (#655)

release: bump starknet to 0.12.0 (and deps) (#655) #37

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: "Build documentation"
jobs:
build-doc:
name: "Build documentation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
- name: "Setup stable toolchain"
uses: "actions-rs/toolchain@v1"
with:
toolchain: "stable"
profile: "minimal"
override: true
- name: "Build docs"
run: |
RUSTDOCFLAGS="-D warnings -A rustdoc::missing-crate-level-docs" cargo doc --all