Run actionlint by default on GitHub files

Detect paths containing .github as a directory for running actionlint
by default on YAML filetypes.
This commit is contained in:
w0rp
2024-06-02 19:07:06 +01:00
parent adaa7f6f62
commit c7c41e1574
7 changed files with 61 additions and 47 deletions

View File

@@ -60,7 +60,7 @@ let s:default_ale_linters = {
\ 'vue': ['eslint', 'vls'],
\ 'zsh': ['shell'],
\ 'v': ['v'],
\ 'yaml': ['spectral', 'yaml-language-server', 'yamllint'],
\ 'yaml': ['actionlint', 'spectral', 'yaml-language-server', 'yamllint'],
\}
" Testing/debugging helper to unload all linters.