Skip to content

chore: deploy ZH doc when PR merged (#1442) #1693

chore: deploy ZH doc when PR merged (#1442)

chore: deploy ZH doc when PR merged (#1442) #1693

Workflow file for this run

name: Linters
on:
push:
branches:
- main
pull_request:
jobs:
linter:
name: Run Linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown lint
uses: nosborn/[email protected]
with:
files: "./**/*.md"
config_file: .markdownlint.yaml
- name: Check typos
uses: crate-ci/typos@master
with:
config: .typos.toml