Skip to content

Bump actions/cache from 5 to 6 #59

Bump actions/cache from 5 to 6

Bump actions/cache from 5 to 6 #59

Workflow file for this run

name: Clippy check
on:
workflow_dispatch:
pull_request:
jobs:
clippy-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v7
- name: Install Rust
run: rustup toolchain install stable --component clippy
- name: Run clippy
run: cargo clippy --all-features -- -D warnings