Skip to content

Fixed issues in doc comments #2

Fixed issues in doc comments

Fixed issues in doc comments #2

Workflow file for this run

name: build
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: |
cargo build