Skip to content

fix: 2023 w26 lint-md #458

fix: 2023 w26 lint-md

fix: 2023 w26 lint-md #458

Workflow file for this run

name: Lint Markdown
on: [pull_request, push]
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: lint-md-github-action
uses: lint-md/github-action@v0.0.2
with:
configFile: ".github/workflows/config.json"