Skip to content

Update gateway types to v1 #112

Update gateway types to v1

Update gateway types to v1 #112

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: 20
runs-on: ubuntu-latest
container: docker://ghcr.io/linkerd/dev:v39-rust
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- run: just fetch
- run: just check-fmt
- run: just clippy
- run: just docs