mirror of
https://github.com/sparksp/elm-format-action.git
synced 2024-11-30 22:15:20 +03:00
20 lines
443 B
YAML
20 lines
443 B
YAML
name: 'elm-format'
|
|
description: 'Check your Elm code with elm-format'
|
|
author: 'Phill Sparks'
|
|
branding:
|
|
icon: check-circle
|
|
color: orange
|
|
inputs:
|
|
elm_format:
|
|
description: 'Your elm-format command'
|
|
default: 'elm-format'
|
|
elm_files:
|
|
description: 'List of Elm files you wish to validate'
|
|
default: 'src/'
|
|
elm_glob:
|
|
description: 'Is elm_files a glob?'
|
|
default: 'false'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|