Skip to content

build(deps): bump DavidAnson/markdownlint-cli2-action from 9 to 14 #190

build(deps): bump DavidAnson/markdownlint-cli2-action from 9 to 14

build(deps): bump DavidAnson/markdownlint-cli2-action from 9 to 14 #190

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
- release-*
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
push:
branches:
- main
- release-*
permissions:
contents: read
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
markdownlint:
runs-on: ubuntu-latest
if: (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) || github.event_name == 'push'
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v14
with:
globs: |
**/*.md
!.github/**
!LICENSE.md