Skip to content

backport of "Fix memory leak in service mirror" to 2.12 branch #557

backport of "Fix memory leak in service mirror" to 2.12 branch

backport of "Fix memory leak in service mirror" to 2.12 branch #557

Workflow file for this run

name: Actions
on:
pull_request:
paths:
- .devcontainer/devcontainer.json
- .github/workflows/**
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-20.04
timeout-minutes: 10
container: ghcr.io/linkerd/dev:v30-tools
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Run actionlint
run: just action-lint
devcontainer-versions:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v30-tools
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- run: just action-dev-check