Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 #1276

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

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 #1276

Workflow file for this run

name: markdownlint
on: [push, pull_request, workflow_dispatch]
jobs:
markdownlint:
name: Lint markdown files
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809
with:
globs: "**/*.md"