Skip to content

chore(RELEASE): Document the process #173

chore(RELEASE): Document the process

chore(RELEASE): Document the process #173

Workflow file for this run

name: linter
on:
push:
branches:
- "*"
permissions:
contents: read
jobs:
markdown:
name: markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: markdownlint-cli2-action
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: '**/*.md'