Skip to content

chore(deps): update actions/checkout digest to 0ad4b8f #30

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #30

Workflow file for this run

name: Markdown lint
on:
push:
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- "./.github/markdown-lint-config.yml"
pull_request:
paths:
- "**.md"
- ".github/workflows/markdownlint.yml"
- "./.github/markdown-lint-config.yml"
branches: [ master ]
workflow_dispatch:
jobs:
markdown-lint:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Markdown Linting Action
uses: avto-dev/markdown-lint@v1.5.0
with:
args: './**/*.md'
config: './.github/markdown-lint-config.yml'