From e4df2230c20d489a845c3a9c83fc9fdb24c5b34e Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 11 Aug 2023 19:22:07 +0200 Subject: [PATCH] Add flymake-actionlint --- lisp/init-github.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/init-github.el b/lisp/init-github.el index f5b8b4707f..e82e2b5c1d 100644 --- a/lisp/init-github.el +++ b/lisp/init-github.el @@ -12,5 +12,8 @@ (maybe-require-package 'forge) (maybe-require-package 'github-review) +(when (maybe-require-package 'flymake-actionlint) + (add-hook 'yaml-mode-hook 'flymake-actionlint-action-load-when-actions-file)) + (provide 'init-github) ;;; init-github.el ends here