Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 (#2813) #253

Bump actions/checkout from 4.1.6 to 4.1.7 (#2813)

Bump actions/checkout from 4.1.6 to 4.1.7 (#2813) #253

Workflow file for this run

name: Markdown
on:
pull_request:
paths:
- "**/*.md"
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
name: Lint Markdown files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8