Skip to content

Bump serde_json from 1.0.134 to 1.0.135 in the cargo-all group #175

Bump serde_json from 1.0.134 to 1.0.135 in the cargo-all group

Bump serde_json from 1.0.134 to 1.0.135 in the cargo-all group #175

Workflow file for this run

name: clippy-action
on: [pull_request]
jobs:
clippy:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa # No semver tag.
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 }}