mileschou/traditional-chinese-lint

Traditional Chinese Lint for check words

v0.2 2024-05-26 03:16 UTC

This package is auto-updated.

Last update: 2024-10-23 07:38:09 UTC


README

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!