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