Skip to content

chore: resolve merge conflicts and clean up CHANGELOG #9

chore: resolve merge conflicts and clean up CHANGELOG

chore: resolve merge conflicts and clean up CHANGELOG #9

Workflow file for this run

name: Markdown Lint
on:
push:
paths:
- '**/*.md'
pull_request:
paths:
- '**/*.md'
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'