actions-marketplace-validations/Find Occurences of search-term in files

Ensure no occurences of search-term is left in the code

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 2, 2022
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/omikkel_find-occurences@cf2051f34f21c03545aea28da0c55889302a32f4 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
beforeSha/ref before the changeno""
afterSha/ref of the changeno""
search-termWhat to search fornoconsole.log|console.error
file-typesFile types to check for the search-termno(.ts|.js|.tsx|.jsx)$
should-failShould the action fail if the search-term is foundnotrue
check-allShould the action check all files or only the changed onesnofalse
check-all-excludeFiles to exclude from the check-all checkno:!:node_modules/*
namedescription
occurences-countNumber of occurences found
occurencesString of occurences found
checked-filesString of checked files