Skip to content

Bump actions/checkout from 4.1.1 to 4.2.2 #147

Bump actions/checkout from 4.1.1 to 4.2.2

Bump actions/checkout from 4.1.1 to 4.2.2 #147

Workflow file for this run

name: lint
on:
pull_request:
paths:
- .github/workflows/lint.yml
- '**/*.rs'
- Cargo.toml
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
jobs:
lint:
timeout-minutes: 5
runs-on: ubuntu-22.04
container: docker://ghcr.io/linkerd/dev:v44-rust
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- run: just fetch
- run: just check-fmt
- run: just clippy
- run: just docs