Skip to content

docs(14_interface/readme.md): fix md's warnings and fix some content error #191

docs(14_interface/readme.md): fix md's warnings and fix some content error

docs(14_interface/readme.md): fix md's warnings and fix some content error #191

Workflow file for this run

name: Codespell
on:
push:
branches:
- main
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CodeSpell
uses: codespell-project/[email protected]
with:
check_filenames: true
ignore_words_file: .codespellignore
skip: ./.git,package-lock.json