Skip to content

refactor(justfile): pull latest edge in development image #244

refactor(justfile): pull latest edge in development image

refactor(justfile): pull latest edge in development image #244

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/shellcheck.yml
- '**/*.sh'
- justfile
jobs:
sh-lint:
timeout-minutes: 5
runs-on: ${{ vars.LINKERD2_PROXY_RUNNER || 'ubuntu-24.04' }}
steps:
- uses: linkerd/dev/actions/setup-tools@v48
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- run: just sh-lint