lfreleng-actions/✅ Check path exists in repository

Check if a given path exists in the repository, reports type

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/path-check-action@b51f09959a4a71eff2e2f175bf80400ae8576f63 # v0.2.1

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

namedescriptionrequireddefault
pathFile system path to checkyes
exit_on_invalidExit with error if path invalidnofalse
namedescription
typeReturns either [file|directory|invalid]
symlinkReturns [true|false] if path is a symbolic link
existsReturns [true|false] if path exists (file/directory/symlink)