Skip to content

chore(main): Release v0.4.1 #380

chore(main): Release v0.4.1

chore(main): Release v0.4.1 #380

Workflow file for this run

name: Lint Markdown files
on:
pull_request:
paths:
- ".github/workflow/lint_markdown.yml"
- "**.md"
permissions:
contents: read
jobs:
lint-grammar:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Vale
uses: errata-ai/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2
with:
vale_flags: "--glob=!{**/.snapshots/*,CHANGELOG.md,.github/styles/proselint/README.md}"
filter_mode: nofilter
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
lint-structure:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
with:
files: .
config_file: .markdownlint.yaml
ignore_files: "CHANGELOG.md"