Skip to content

Commit 499dbba

Browse files
committed
fix: make the two new scripts executable
Both carry a shebang, and every other script in the directory is 755. Ruff's EXE001 caught it in CI; the local run had a cached result from before the files were written, so it passed here and failed there. Worth noting for the next time a local check disagrees with CI: ruff's cache key is the file content, and the executable bit is not part of it. Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 7804b16 commit 499dbba

2 files changed

File tree

skills/matrix-communication/scripts/matrix-watch.py

100644100755
File mode changed.

skills/matrix-communication/scripts/matrix-watchd.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)