alexanderprendota/Kotlin Samples Verifier

Extracts embedded code snippets from HTML and Markdown files from a remote git repository, runs them and collects results into a repository of samples.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryGit repository URL with samples to executenohttps://github.com/${{github.repository}}
verify-branchgit branch of repository to be verifiedno${{ github.ref }}
start-commitConsidering only the changed files starting with thisno""
end-commitConsidering only the changed files ending thisno""
snippet-flagsFlags for code snippets, separated by "," like so: "attr1,attr2"no""
tag-filterUser filter for tag containing snippet like so: (#tag="name" & attr1="val"). It also supports !, &, | operations.no""
ignore-tag-filterUser filter for ignoring of tag including inners tags.no""
push-repositoryGit repository URL to push the samplesyes
push-pathPath relatively a push repositoryno""
usernameUsername or access token for pushyes
passwordUser password for pushno""
config-pathUrl or file path for loading confignoconfig.properties
template-pathUrl or file path for loading templatesnotemplates
severityCreate issue and do not push if the snippet has errors equals or greater the severitynoERROR
io-eventThe default is the event name (automatic mode). It needs to process the github eventsno${{ github.event_name }}

no outputs