Skip to content

Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 #21

Bump Swatinem/rust-cache from 2.7.3 to 2.7.5

Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 #21

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