Files
aitbc/.gitea
aitbc1 e88ff79148
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
fix: simplify audit.yml for Python project with standard GitHub Actions
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.
2026-03-27 15:18:18 +01:00
..