Skip to content

chore(deps): bump zerocopy from 0.7.20 to 0.7.31 #1239

chore(deps): bump zerocopy from 0.7.20 to 0.7.31

chore(deps): bump zerocopy from 0.7.20 to 0.7.31 #1239

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Clippy and fmt checks
jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-protoc@v1
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: rustfmt, clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check