Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order args alphabetically #159

Merged
merged 1 commit into from
Aug 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ inputs:
description: "Lychee arguments (https://github.com/lycheeverse/lychee#commandline-parameters)"
default: "--verbose --no-progress './**/*.md' './**/*.html'"
required: false
format:
description: "Summary output format (e.g. json)"
default: "markdown"
required: false
output:
description: "Summary output file path"
default: "lychee/out.md"
required: false
fail:
description: "Fail entire pipeline on error (i.e. when lychee exit code is not 0)"
default: false
required: false
format:
description: "Summary output format (e.g. json)"
default: "markdown"
required: false
jobSummary:
description: "Write Github job summary at the end of the job (written on Markdown output only)"
default: true
Expand All @@ -25,6 +21,10 @@ inputs:
description: "Use custom version of lychee link checker"
default: 0.10.1
required: false
output:
description: "Summary output file path"
default: "lychee/out.md"
required: false
outputs:
exit_code:
description: "The exit code returned from Lychee"
Expand Down