Skip to content

build(deps): bump actions/checkout from 3.5.2 to 4.1.1 #22

build(deps): bump actions/checkout from 3.5.2 to 4.1.1

build(deps): bump actions/checkout from 3.5.2 to 4.1.1 #22

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-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: DavidAnson/markdownlint-cli2-action@3aaa38e446fbd2c288af4291aa0f55d64651050f
with:
globs: |
**/*.md
!**/node_modules/**
!target/**