WORKFLOW.md : remove redundant testing and linting info

pull/34956/head
Harald Schäfer 4 weeks ago committed by GitHub
parent b8065d3138
commit b33677c0dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      docs/WORKFLOW.md

@ -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`.

Loading…
Cancel
Save