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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Git repository URL with samples to execute | no | https://github.com/${{github.repository}} |
| verify-branch | git branch of repository to be verified | no | ${{ github.ref }} |
| start-commit | Considering only the changed files starting with this | no | "" |
| end-commit | Considering only the changed files ending this | no | "" |
| snippet-flags | Flags for code snippets, separated by "," like so: "attr1,attr2" | no | "" |
| tag-filter | User filter for tag containing snippet like so: (#tag="name" & attr1="val"). It also supports !, &, | operations. | no | "" |
| ignore-tag-filter | User filter for ignoring of tag including inners tags. | no | "" |
| push-repository | Git repository URL to push the samples | yes | — |
| push-path | Path relatively a push repository | no | "" |
| username | Username or access token for push | yes | — |
| password | User password for push | no | "" |
| config-path | Url or file path for loading config | no | config.properties |
| template-path | Url or file path for loading templates | no | templates |
| severity | Create issue and do not push if the snippet has errors equals or greater the severity | no | ERROR |
| io-event | The default is the event name (automatic mode). It needs to process the github events | no | ${{ github.event_name }} |
Outputs
no outputs