Skip to content

Bump the cargo-all group with 6 updates #78

Bump the cargo-all group with 6 updates

Bump the cargo-all group with 6 updates #78

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@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa # Latest as of 2023-11-16
with:
toolchain: stable
components: clippy
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
- uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
with:
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}