Skip to content

product: update version 0.22.0 -> 0.23.0 #30

product: update version 0.22.0 -> 0.23.0

product: update version 0.22.0 -> 0.23.0 #30

Workflow file for this run

name: Documentation Lint
on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- 'doc/**'
- '**.md'
pull_request:
branches: [ main ]
paths:
- 'doc/**'
- '**.md'
jobs:
run-linters:
name: Documentation check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Spellcheck
uses: rojopolis/[email protected]
with:
config_path: .github/spellcheck.yml
- name: Markdown lint
uses: nosborn/[email protected]
with:
files: .
config_file: ".github/markdownlint.yml"