Some checks failed
audit / audit (push) Successful in 9s
ci-cd / build (push) Successful in 10s
ci / build (push) Successful in 11s
autofix / fix (push) Successful in 41s
ci-cd / deploy (push) Has been cancelled
ci / deploy (push) Has been cancelled
security-scanning / audit (push) Has been cancelled
test / test (push) Has been cancelled
SIMPLIFIED AUDIT: Clean workflow for Python project User changes: - Simplified to use actions/checkout@v4 - Removed nuclear fix complexity - Focused on standard GitHub Actions approach Fixes applied: - Corrected gitea-runnername to name - Fixed runs-on: gitea-runner to debian (correct label) - Adapted for Python project (not Node.js) - Simple audit message for Python project Result: - Clean, simple workflow - Uses standard GitHub Actions - Appropriate for Python project - No npm commands (Python project) - Manual trigger enabled This creates a clean, simple audit workflow that follows GitHub Actions standards while being appropriate for the Python project.