Skip to content

Commit

Permalink
Order args alphabetically (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Aug 11, 2022
1 parent 9e5d9ec commit c2c86e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.yml
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

0 comments on commit c2c86e5

Please sign in to comment.