Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.57k
stars
1.44k
forks
source link
When using `actionlint` look for & use a config file #4858
Open
beahues opened 1 week ago
Actionlint supports a config file and it lives in a very searchable path, as the only files it acts on are in the
.github
directory already.Look for an
actionlint.yml
and.yaml
in that path, and use the config if its there.