Skip to content

Update Rust crate proc-macro2 to v1.0.107 #505

Update Rust crate proc-macro2 to v1.0.107

Update Rust crate proc-macro2 to v1.0.107 #505

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name == 'main' && github.sha || 'anysha' }}
cancel-in-progress: true
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: |
cargo fmt --all -- --check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: |
cargo clippy --all-features --workspace --all-targets -- -Dwarnings
shear:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: |
rustup toolchain install
- run: |
cargo install cargo-shear --version 1.13.2 # 2026-07-16
- run: |
cargo shear --deny-warnings