Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #1135

build(deps): bump actions/checkout from 4.2.1 to 4.2.2

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #1135

Workflow file for this run

name: markdown
permissions:
contents: read
on:
pull_request:
paths:
- .github/workflows/markdown.yml
- "**/*.md"
jobs:
markdownlint:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809
with:
globs: |
**/*.md
!**/node_modules/**
!target/**