From b33677c0dce99430d364cc5dacb46a30460d93cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Sch=C3=A4fer?= Date: Fri, 28 Mar 2025 10:30:56 -0700 Subject: [PATCH] WORKFLOW.md : remove redundant testing and linting info --- docs/WORKFLOW.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/WORKFLOW.md b/docs/WORKFLOW.md index 477c7511ca..1c5bbe9a63 100644 --- a/docs/WORKFLOW.md +++ b/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`.