Skip to content

feat: add message field #1

feat: add message field

feat: add message field #1

Workflow file for this run

name: Format doc examples
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- run: rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
- run: cargo fmt --check -- --config-path rustfmt.toml.nightly