chore(docs): remove `act` from CI Pipeline section on README
What changed, and why it matters
This commit simply removes a few sentences from the project's README that told developers they could run the CI pipeline locally using a tool called 'act'. It is a documentation-only change with no code modifications and no security relevance.
No action required; this is a routine documentation cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A documentation-only deletion in README.md removes the CI Pipeline subsection describing how to run GitHub Actions locally with nektos/act. No source code, build scripts, CI workflows, dependencies, or cryptographic logic were changed.
Changed components
README.mdInspect captured patch +0 / −5
diff --git a/README.md b/README.md
index 7e68e0c7..1b7fc876 100644
--- a/README.md
+++ b/README.md
@@ -187,11 +187,6 @@ for review yet please mark it by prefixing the title with `WIP: `.
The CI pipeline requires approval before being run on each PR.
-In order to speed up the review process the CI pipeline can be run locally using
-[act](https://github.com/nektos/act). The `fuzz` and `Cross` jobs will be skipped when using `act`
-due to caching being unsupported at this time. We do not *actively* support `act` but will merge PRs
-fixing `act` issues.
-
### Githooks
To assist devs in catching errors _before_ running CI we provide some githooks. Copy the hooks in `githooks/`
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.