Skip to content

tests(generate): fix existing tests #635

tests(generate): fix existing tests

tests(generate): fix existing tests #635

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@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
with:
globs: "**/*.md"