Skip to content

Append --rm command to prevent orphaned containers #76

Append --rm command to prevent orphaned containers

Append --rm command to prevent orphaned containers #76

Workflow file for this run

name: Lint GitHub Actions
on:
push:
paths: ['.github/**']
jobs:
actionlint:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
show-progress: false
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main