-
Notifications
You must be signed in to change notification settings - Fork 14
GitHub Action Scheduled CodeAuditor Test
This GitHub Action runs an automated CodeAuditor scan on SSW Rules every Friday at 1 PM AEST. It’s designed to catch broken links and other website issues early, helping maintain a healthy, high-quality site.
-
Automatically: Every Friday at 2:00 AM UTC (
cron: 0 2 * * 5) — this lines up with Friday afternoon in Sydney time. -
Manually: You can also trigger it anytime using the "Run workflow" button in GitHub.
This workflow uses SSW CodeAuditor, a code and link analysis tool that helps detect:
Broken or redirected links
Outdated or problematic code
Website performance and structure issues
If it finds any problems, it can automatically create GitHub Issues to track them.
The job is granted permission to write to issues, so it can open tickets automatically if it detects any problems.