Skip to content

chore(ci): enable overriding the runner in workflows #115

chore(ci): enable overriding the runner in workflows

chore(ci): enable overriding the runner in workflows #115

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- '**/*.md'
- .github/workflows/markdown.yml
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ${{ vars.LINKERD2_PROXY_RUNNER || "ubuntu-24.04" }}

Check failure on line 15 in .github/workflows/markdown.yml

View workflow run for this annotation

GitHub Actions / markdown

Invalid workflow file

The workflow is not valid. .github/workflows/markdown.yml (Line: 15, Col: 14): Unexpected symbol: '"ubuntu-24'. Located at position 31 within expression: vars.LINKERD2_PROXY_RUNNER || "ubuntu-24.04"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
with:
globs: "**/*.md"