mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 02:56:55 +08:00
Alphabetize the list of inputs in action.yml (#38)
This commit is contained in:
12
action.yml
12
action.yml
@@ -7,22 +7,22 @@ branding:
|
|||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
inline:
|
|
||||||
description: 'Value passed to the --inline flag. Options: yes | no. Default value: yes.'
|
|
||||||
default: 'yes'
|
|
||||||
coverage:
|
coverage:
|
||||||
description: 'Value determining whether to test with coverage or not. Options: true | false. Default value: true.'
|
description: 'Value determining whether to test with coverage or not. Options: true | false. Default value: true.'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
depwarn:
|
depwarn:
|
||||||
description: 'Value passed to the --depwarn flag. Options: yes | no | error. Default value: yes.'
|
description: 'Value passed to the --depwarn flag. Options: yes | no | error. Default value: yes.'
|
||||||
default: 'yes'
|
default: 'yes'
|
||||||
project:
|
inline:
|
||||||
description: 'Value passed to the --project flag. The default value is the repository root: "@."'
|
description: 'Value passed to the --inline flag. Options: yes | no. Default value: yes.'
|
||||||
default: '@.'
|
default: 'yes'
|
||||||
prefix:
|
prefix:
|
||||||
description: 'Value inserted in front of the julia command, e.g. for running xvfb-run julia [...]'
|
description: 'Value inserted in front of the julia command, e.g. for running xvfb-run julia [...]'
|
||||||
default: ''
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
|
project:
|
||||||
|
description: 'Value passed to the --project flag. The default value is the repository root: "@."'
|
||||||
|
default: '@.'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
|
|||||||
Reference in New Issue
Block a user