mileschou/traditional-chinese-lint

Traditional Chinese Lint for check words

v0 2024-05-04 05:26 UTC

This package is auto-updated.

Last update: 2024-05-18 02:24:31 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!