fix: add python3 shebang to wakeup.py and .DS_Store to .gitignore (closes #681)
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 27s
Smoke Test / smoke (pull_request) Failing after 26s
Validate Config / YAML Lint (pull_request) Failing after 19s
Validate Config / JSON Validate (pull_request) Successful in 17s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 52s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Shell Script Lint (pull_request) Failing after 51s
Validate Config / Cron Syntax Check (pull_request) Successful in 9s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 7s
Validate Config / Playbook Schema Validation (pull_request) Successful in 20s
PR Checklist / pr-checklist (pull_request) Successful in 3m54s
Architecture Lint / Lint Repository (pull_request) Failing after 18s

This commit is contained in:
2026-04-20 19:59:06 -04:00
parent 729db767d1
commit 61bb221ff2
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -37,3 +37,4 @@ reports/
# Prevent test artifacts
/test-*.txt
.DS_Store