Skip to content

Introduces SchemaRegistry and related classes #1939

Introduces SchemaRegistry and related classes

Introduces SchemaRegistry and related classes #1939

Workflow file for this run

# A Github action that uses codespell to check spell.
# .codespell/.codespellrc is a config file.
# .codespell/wordlist.txt is a list of words that will ignore word checks.
# More details please check the following link:
# https://github.com/codespell-project/codespell
name: Codespell
on: pull_request
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install prerequisites
run: pip install codespell
- name: Spell check
run: codespell --config=./.codespell/.codespellrc