Commit Graph

3 Commits

Author SHA1 Message Date
smallfawn
fec492b2ab Improve README updater to support .py files
Enhance the GitHub Actions workflow that updates the README table: add .py to watched paths, broaden changed-file detection, and support both .js and .py targets. Make the Env name regex more flexible (matches Env(...)), add robust error handling for git diff, check README.md exists, and simplify table parsing/append logic so new scripts are added and existing rows updated correctly. Also tidy comments/spacing and adjust the automated commit message.
2026-04-02 08:22:51 +08:00
smallfawn
6965ba3226 Trigger workflow on Python file changes
Add '**/*.py' to the workflow's paths so the checkScriptStatus.yml job will run when Python files are created or modified. Previously the workflow only triggered on JavaScript file changes.
2026-04-01 21:07:08 +08:00
smallfawn
8ba25646bd Initial commit 2026-04-01 19:27:33 +08:00