dkershner6/GitIgnore Parser

GitHub Action to parse a .gitignore file for information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathThe location of the .gitignore file from the repo root, with no filename.no./
must_denyComma-delimited string of files and paths the gitignore must deny being committedno""
must_acceptComma-delimited string of files and paths the gitignore must accept being committedno""
fail_on_errortrue/false to indicate whether the workflow should fail if a string in must_deny is not foundnotrue
namedescription
requirements_metReturns a boolean string ('true'/'false') representing whether all of the lines in must_deny were indeed denied, and all must_accept were accepted
not_deniedA Comma-delimited string containing all of the lines from must_deny that were not denied
not_acceptedA Comma-delimited string containing all of the lines from must_accept that were not accepted