add yaml actionlint support (github actions) (#4173)

Co-authored-by: bretello <bretello@distruzione.org>
This commit is contained in:
bretello
2022-05-03 03:03:05 +02:00
committed by GitHub
parent 56399106fc
commit c694a24188
7 changed files with 87 additions and 0 deletions

View File

@@ -648,6 +648,7 @@ Notes:
* XML
* `xmllint`
* YAML
* `actionlint`
* `circleci`!!
* `prettier`
* `spectral`

View File

@@ -2,6 +2,28 @@
ALE YAML Integration *ale-yaml-options*
===============================================================================
actionlint *ale-yaml-actionlint*
Website: https://github.com/rhysd/actionlint
Installation
-------------------------------------------------------------------------------
See installation guide: https://github.com/rhysd/actionlint#quick-start
Options
-------------------------------------------------------------------------------
g:ale_yaml_actionlint_executable *g:ale_yaml_actionlint_executable*
*b:ale_yaml_actionlint_executable*
Type: |String|
Default: `'actionlint'`
This variable can be set to change the path to actionlint.
===============================================================================
circleci *ale-yaml-circleci*

View File

@@ -3272,6 +3272,7 @@ documented in additional help files.
xml.....................................|ale-xml-options|
xmllint...............................|ale-xml-xmllint|
yaml....................................|ale-yaml-options|
actionlint............................|ale-yaml-actionlint|
circleci..............................|ale-yaml-circleci|
prettier..............................|ale-yaml-prettier|
spectral..............................|ale-yaml-spectral|