mirror of
https://github.com/jayfunc/BetterLyrics.git
synced 2026-01-12 02:44:56 +08:00
Delete .github/workflows/plugin-registry-check.yml
This commit is contained in:
20
.github/workflows/plugin-registry-check.yml
vendored
20
.github/workflows/plugin-registry-check.yml
vendored
@@ -1,20 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user