Skip to content

Bump rust from 1.81-bookworm to 1.82-bookworm #61

Bump rust from 1.81-bookworm to 1.82-bookworm

Bump rust from 1.81-bookworm to 1.82-bookworm #61

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
runs-on:
group: large-github-hosted-runner-production
labels: large-github-hosted-runner-production-16cores
timeout-minutes: 10
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a # Latest as of 2023-11-16
with:
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
with:
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}