From 9e6ce1eaa8c503175d60f8b8238451d469bcb6eb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 27 May 2024 10:30:40 +0100 Subject: [PATCH] fix(language/yaml): provide filename to actionlint linter --- modules/languages/siren-yaml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/languages/siren-yaml.el b/modules/languages/siren-yaml.el index 8e80d5b..7d3959a 100644 --- a/modules/languages/siren-yaml.el +++ b/modules/languages/siren-yaml.el @@ -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