Skip to content

build(deps): bump const-oid from 0.9.3 to 0.9.4 (#1333) #2837

build(deps): bump const-oid from 0.9.3 to 0.9.4 (#1333)

build(deps): bump const-oid from 0.9.3 to 0.9.4 (#1333) #2837

Workflow file for this run

name: Workspace
on:
pull_request:
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
- .github/**
push:
branches: master
paths-ignore:
- '**/README.md'
- '**/CHANGELOG.md'
- .github/**
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
components: clippy
- run: cargo clippy --all --all-features -- -D warnings
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --all -- --check