Skip to content

Replace 'metrics' with 'prometheus' #277

Replace 'metrics' with 'prometheus'

Replace 'metrics' with 'prometheus' #277

Workflow file for this run

name: lint
on:
pull_request:
paths:
- '**/*.rs'
- justfile
- .github/workflows/lint.yml
permissions:
contents: read
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
jobs:
fmt:
timeout-minutes: 5
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just fmt-check
doc:
timeout-minutes: 10
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- run: just fetch
- run: just doc