Skip to content

0.10.1: Doc example fixed #128

0.10.1: Doc example fixed

0.10.1: Doc example fixed #128

Workflow file for this run

name: rustfmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo +stable fmt -- --check
- name: Check linting
run: cargo +stable clippy -- -Dwarnings