Skip to content

Bump zerocopy from 0.7.25 to 0.7.31 (#20) #127

Bump zerocopy from 0.7.25 to 0.7.31 (#20)

Bump zerocopy from 0.7.25 to 0.7.31 (#20) #127

Workflow file for this run

name: Rust
on:
push:
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: rustfmt
run: cargo fmt -- --check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy -- -D warnings