Skip to content

build(deps): bump linkerd/dev from v43 to v44 #227

build(deps): bump linkerd/dev from v43 to v44

build(deps): bump linkerd/dev from v43 to v44 #227

Workflow file for this run

name: lints
on:
pull_request:
paths:
- rust-toolchain
- '**/*.rs'
- .github/workflows/lints.yml
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
jobs:
fmt:
timeout-minutes: 5
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v44-rust
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: just-cargo fmt -- --check
clippy:
timeout-minutes: 10
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v44-rust
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- run: just-cargo clippy