Skip to content
check

GitHub Action

Traditional Chinese Lint

v0.2 Latest version

Traditional Chinese Lint

check

Traditional Chinese Lint

Check words for Traditional Chinese document

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Traditional Chinese Lint

uses: MilesChou/traditional-chinese-lint@v0.2

Learn more about this action in MilesChou/traditional-chinese-lint

Choose a version

Traditional Chinese Lint

Traditional Chinese Lint for check words

Use Actions

Workflow YAML example:

jobs:
  lint:
    runs-on: ubuntu-latest
    name: Lint

    steps:
      - name: Checkout code
        uses: actions/checkout@v4

      - name: Lint
        uses: MilesChou/traditional-chinese-lint@master
        with:
          paths: .

Configuration

Use Config YAML:

typical_errors:
    - error: 軟件
      correct: 軟體

References

In this project, we referred to the following resources:

These are some of the main resources we referenced during the development process. We appreciate the contributions of these resources!