Add support for actionlint options (#4216)

* Add support for actionlint options

* fix misaligned doc tags
This commit is contained in:
Isman Firmansyah
2022-05-29 20:23:47 +07:00
committed by GitHub
parent ae44f05600
commit 876140832c
4 changed files with 43 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
" Author: bretello <bretello@distruzione.org>
call ale#Set('yaml_actionlint_executable', 'actionlint')
call ale#Set('yaml_actionlint_options', '')
call ale#linter#Define('yaml', {
\ 'name': 'actionlint',