mirror of
https://github.com/dense-analysis/ale
synced 2025-02-17 12:56:54 +00:00
fix docs for actionlint (#4181)
Co-authored-by: bretello <bretello@distruzione.org>
This commit is contained in:
parent
204e6294cf
commit
323e2c0b6f
@ -13,12 +13,13 @@ Installation
|
||||
|
||||
See installation guide: https://github.com/rhysd/actionlint#quick-start
|
||||
|
||||
This linter is disabled by default and must be enabled byt setting `g:ale_linters`.
|
||||
This linter is disabled by default and must be enabled by setting `g:ale_linters`.
|
||||
To enable it only for Github Action YAML files a configuration like this is
|
||||
better:
|
||||
|
||||
>
|
||||
au BufRead,BufNewFile */.github/*/*.y.?ml let b:ale_linters = {'yaml': ['actionlint']}
|
||||
au BufRead,BufNewFile */.github/*/*.y{,a}ml
|
||||
\ let b:ale_linters = {'yaml': ['actionlint']}
|
||||
<
|
||||
|
||||
Options
|
||||
|
Loading…
Reference in New Issue
Block a user