feat: romaji plugin (without dict)

This commit is contained in:
Zhe Fang
2026-01-10 18:07:57 -05:00
parent fea7367671
commit d042993eb7
53 changed files with 2391 additions and 299 deletions

View File

@@ -0,0 +1,20 @@
name: Plugin Registry Check
on:
pull_request:
paths:
- 'Community/plugins-registry.json'
jobs:
check-collision:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run Hash Collision Check
run: node Community/scripts/check-hash-collision.js