Skip to content

Fix failing docs build on crates.io #63

Fix failing docs build on crates.io

Fix failing docs build on crates.io #63

Workflow file for this run

name: Rust
on:
push:
branches:
- master
pull_request: {}
jobs:
check-format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
with:
submodules: 'true'
- uses: actions-rs/cargo@v1
with:
command: clippy