mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-23 22:36:54 +08:00
Update action.yml
This commit is contained in:
17
action.yml
17
action.yml
@@ -1,10 +1,15 @@
|
|||||||
name: 'Your name here'
|
name: 'Run Julia package tests'
|
||||||
description: 'Provide a description here'
|
description: 'Run the tests in a Julia package'
|
||||||
author: 'Your name or organization here'
|
author: 'David Anthoff'
|
||||||
inputs:
|
inputs:
|
||||||
myInput: # change this
|
codecov:
|
||||||
description: 'input description here'
|
description: 'Coverage results upload to codecov.'
|
||||||
default: 'default value if applicable'
|
required: false
|
||||||
|
default: 'true'
|
||||||
|
coveralls:
|
||||||
|
description: 'Coverage results upload to coveralls.'
|
||||||
|
required: false
|
||||||
|
default: 'true'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/main.js'
|
main: 'lib/main.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user