Skip to content

1.18.2 でのプラグイン状況を反映 #20

1.18.2 でのプラグイン状況を反映

1.18.2 でのプラグイン状況を反映 #20

Workflow file for this run

name: Markdown lint
on:
push:
paths:
- "**.md"
branches:
- "main"
pull_request:
paths:
- "**.md"
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@v4
- name: Markdown Linting Action
uses: avto-dev/[email protected]
with:
# globstar is processed in the container
args: './**/*.md'
config: './.github/markdown-lint-config.yml'