Skip to content

Commit 9085347

Browse files
Rename tag check script
1 parent 48f124e commit 9085347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cursor/rules/wiki-guide.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,5 @@ As an AI assistant, your role is to proactively maintain and improve the Web3 Wi
123123
- **No Superficial Content:**
124124
Avoid brief, generic, or placeholder content. Every card should aim to be a definitive, standalone resource on its topic, similar in quality and depth to a well-maintained Wikipedia article.
125125
- **Run Script Checks**:
126-
1. Run the `check-tags.py` script and fix any reported errors.
126+
1. Run the `check-tag.py` script and fix any reported errors.
127127
2. Run the `check-internal-links.py` script and fix any reported errors. This script should ideally use or be consistent with `card_index.txt`.
File renamed without changes.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
25-
- name: Run card check script
26-
run: python .github/scripts/check-cards.py
25+
- name: Run card tag check script
26+
run: python .github/scripts/check-tag.py
2727

2828
- name: Run internal link check script
2929
run: python .github/scripts/check-internal-links.py

0 commit comments

Comments
 (0)