Skip to content

chore(deps): bump the cargo group across 1 directory with 3 updates #82

chore(deps): bump the cargo group across 1 directory with 3 updates

chore(deps): bump the cargo group across 1 directory with 3 updates #82

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install protoc
uses: restatedev/restate/.github/actions/install-protoc@main
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --all-targets --all-features -- -D warnings