mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/yaml): provide filename to actionlint linter
This commit is contained in:
@@ -24,7 +24,7 @@ or *.yaml file in a .github/workflows/ directory."
|
||||
(flycheck-def-executable-var yaml-actionlint "actionlint")
|
||||
(flycheck-define-checker yaml-actionlint
|
||||
"A GitHub Actions workflow checker using actionlint."
|
||||
:command ("actionlint" "-oneline" "-")
|
||||
:command ("actionlint" "-oneline" "-stdin-filename" source-original "-")
|
||||
:standard-input t
|
||||
:error-patterns
|
||||
((error
|
||||
|
||||
Reference in New Issue
Block a user