actions-marketplace-validations/EkLine (GitHub Action)

📝 Optimize and improve your documentation website.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 15, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ekline-io_ekline-github-action@9fa3ce8e35b67507b12d064ae5f2f34498968041 # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
github_tokenGITHUB_TOKEN${{ github.token }}
workdirWorking directory relative to the root directory..
levelReport level for reviewdog [info,warning,error]info
reporterReporter of reviewdog command [github-pr-check,github-pr-review].github-pr-review
filter_modeFiltering mode for the reviewdog command [added,diff_context,file,nofilter]. Default is added. added
fail_on_errorExit code for reviewdog when errors are found [true,false] Default is `false`. false
reviewdog_flagsAdditional reviewdog flags""
ek_tokenToken for EkLine applicationyes
content_dirContent directories relative to the root. Specify a single path or multiple paths (one per line). Example: content_dir: ./testData content_dir: | ./testData ./testData2.
ignore_ruleIgnore the rules that are passed in as comma seperated values (eg: EK1,EK4)""
enable_ai_suggestionsEnable AI suggestionsfalse
openapi_specPath to OpenAPI specification file to reviewno""
exclude_directoriesDirectories to exclude from analysis. Specify a single path or multiple paths (one per line). Example: exclude_directories: ./node_modules exclude_directories: | ./node_modules ./distno""
exclude_filesFiles to exclude from analysis. Specify a single file or multiple files (one per line). Example: exclude_files: ./README.md exclude_files: | ./README.md ./CHANGELOG.mdno""
debugEnable debug modefalse

no outputs