WORKFLOW.md : remove redundant testing and linting info

This commit is contained in:
Harald Schäfer
2025-03-28 10:30:56 -07:00
committed by GitHub
parent b8065d3138
commit b33677c0dc

View File

@@ -31,13 +31,3 @@ cd system/loggerd && pytest .
# run the linter
op lint
```
## Testing
### Automated Testing
All PRs and commits are automatically checked by GitHub Actions. Check out `.github/workflows/` for what GitHub Actions runs. Any new tests should be added to GitHub Actions.
### Code Style and Linting
Code is automatically checked for style by GitHub Actions as part of the automated tests. You can also run these tests yourself by running `pre-commit run --all`.