Skip to content

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

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

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

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
steps:
- uses: linkerd/dev/actions/setup-tools@v39
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- run: just-dev lint-actions
devcontainer-versions:
runs-on: ubuntu-latest
steps:
- uses: linkerd/dev/actions/setup-tools@v39
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- run: just-dev check-action-images