Skip to content

MilesChou/traditional-chinese-lint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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!