Skip to content

v0.2.8

v0.2.8 #53

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:v42-tools
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just actionlint
devcontainer-versions:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v42-tools
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just actions-dev-versions