Skip to content

dev: v42

dev: v42 #1358

Workflow file for this run

# Check all crates.
#
# This workflow checks that `Cargo.lock` is configured sufficiently so that each
# crate can be compiled on its
# own.
name: check-all
permissions:
contents: read
on:
pull_request:
paths:
- Cargo.lock
- .github/workflows/check-all.yml
- justfile
env:
RUSTFLAGS: "-D warnings -A deprecated"
jobs:
check-all:
timeout-minutes: 20
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
- run: just fetch
- run: just check --exclude=linkerd-meshtls-boring