2020-04-21 16:39:55 +03:00
|
|
|
name: 'elm-format'
|
|
|
|
description: 'Check your Elm code with elm-format'
|
|
|
|
author: 'Phill Sparks'
|
|
|
|
branding:
|
|
|
|
icon: check-circle
|
|
|
|
color: orange
|
2020-04-20 20:11:39 +03:00
|
|
|
inputs:
|
2020-04-21 16:39:55 +03:00
|
|
|
elm_format:
|
|
|
|
description: 'Your elm-format command'
|
|
|
|
default: 'elm-format'
|
2021-01-08 14:21:40 +03:00
|
|
|
required: true
|
2020-04-21 16:39:55 +03:00
|
|
|
elm_files:
|
|
|
|
description: 'List of Elm files you wish to validate'
|
|
|
|
default: 'src/'
|
2021-01-08 14:21:40 +03:00
|
|
|
required: true
|
2020-04-22 16:54:24 +03:00
|
|
|
elm_glob:
|
|
|
|
description: 'Is elm_files a glob?'
|
|
|
|
default: 'false'
|
2021-01-08 14:21:40 +03:00
|
|
|
required: true
|
|
|
|
'working-directory':
|
|
|
|
description: 'Change to working directory before running elm-format'
|
|
|
|
default: './'
|
|
|
|
required: true
|
2020-04-20 20:11:39 +03:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'dist/index.js'
|