Skip to content

Merge pull request #1475 from lsst-it/renovate/puppetlabs-firewall-8.x #9232

Merge pull request #1475 from lsst-it/renovate/puppetlabs-firewall-8.x

Merge pull request #1475 from lsst-it/renovate/puppetlabs-firewall-8.x #9232

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: markdownlint
"on":
push:
branches:
- production
- cp_production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run mdl
uses: actionshub/markdownlint@main