Skip to content

build(deps): bump actions/checkout from 3.5.2 to 3.6.0 #16

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

build(deps): bump actions/checkout from 3.5.2 to 3.6.0 #16

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@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: DavidAnson/markdownlint-cli2-action@bb4bb94c73936643d73d345b48fead3e96f90a5e
with:
globs: |
**/*.md
!**/node_modules/**
!target/**