Skip to content

Bump Swatinem/rust-cache from 2.7.2 to 2.7.5 #2

Bump Swatinem/rust-cache from 2.7.2 to 2.7.5

Bump Swatinem/rust-cache from 2.7.2 to 2.7.5 #2

Workflow file for this run

name: static
on: pull_request
jobs:
check-static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features --all --tests -- -D clippy::all