lfreleng-actions/🔍 Repository Content
Scans the repository for different content types and outputs the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/repository-content-action@7b3b7a37bfde9ed4912f2e2b3fa8d8ec6818ee2b # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_summary | Enable GitHub summary output | no | false |
| path_prefix | Directory location containing project code | no | . |
Outputs
| name | description |
|---|---|
| python_project | Repository contains a Python project |
| go_project | Repository contains a Go project with file: go.mod |
| node_js_project | Repository contains a Node.js project with file: package.json |
| maven_config | Repository contains Maven project with file: pom.xml |
| gradle_config | Repository contains Gradle project with file(s): settings.gradle* |
| tox_config | Repository contains a TOX configuration file: tox.ini |
| jupyter_notebooks | Repository contains Jupyter Notebooks with file(s): *.ipynb |
| makefile | Repository contains: Makefile |
| cmake_config | Repository contains: CMakeLists.txt |
| dockerfile | Repository contains: Dockerfile |