summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale-yaml.txt22
-rw-r--r--doc/ale.txt1
3 files changed, 24 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 0eadde9c..07d71826 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -648,6 +648,7 @@ Notes:
* XML
* `xmllint`
* YAML
+ * `actionlint`
* `circleci`!!
* `prettier`
* `spectral`
diff --git a/doc/ale-yaml.txt b/doc/ale-yaml.txt
index a5da85a5..7c513fe4 100644
--- a/doc/ale-yaml.txt
+++ b/doc/ale-yaml.txt
@@ -3,6 +3,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*
Website: https://circleci.com/docs/2.0/local-cli
diff --git a/doc/ale.txt b/doc/ale.txt
index 103fc3ea..0c1de7be 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -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|