jonathandung/Check Empty Files

Check that specified files are empty

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
clearWhether to make a pull request with each specified file cleared of content instead of failing the action in the case that some files are populated; the action will still fail if may-not-exist is true and at least one file is absent or an error propagates when operating on any file. <default>
filenamesA newline-separated list of paths to files or directories to check for emptiness. For directories, "emptiness" means that all files given by a recursive traversal are empty, not that there are no files in the directory. yes
may-not-existWhether to allow the workflow to continue if any file is absent<default>
python-versionThe version of Python to use; can pass in the version in use in the matrix or similar such that Python needs not be set up again if already present in the runner environment; defaults to reading .python-version.
verbosityThe level of verbosity of the output2

no outputs