lfreleng-actions/🔍 Repository Content

Scans the repository for different content types and outputs the results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 8, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: lfreleng-actions/repository-content-action@7b3b7a37bfde9ed4912f2e2b3fa8d8ec6818ee2b # v0.1.2

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

namedescriptionrequireddefault
github_summaryEnable GitHub summary outputnofalse
path_prefixDirectory location containing project codeno.
namedescription
python_projectRepository contains a Python project
go_projectRepository contains a Go project with file: go.mod
node_js_projectRepository contains a Node.js project with file: package.json
maven_configRepository contains Maven project with file: pom.xml
gradle_configRepository contains Gradle project with file(s): settings.gradle*
tox_configRepository contains a TOX configuration file: tox.ini
jupyter_notebooksRepository contains Jupyter Notebooks with file(s): *.ipynb
makefileRepository contains: Makefile
cmake_configRepository contains: CMakeLists.txt
dockerfileRepository contains: Dockerfile