Skip to content

Bump zerocopy from 0.8.39 to 0.8.40 #97

Bump zerocopy from 0.8.39 to 0.8.40

Bump zerocopy from 0.8.39 to 0.8.40 #97

Workflow file for this run

name: Rust
on:
push:
branches: [main]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
permissions:
checks: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build
run: cargo build
- name: Test
run: cargo test
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Format Rust code
run: cargo fmt --all -- --check