flycheck-actionlint - Flycheck for Github Actions
August 7, 2023 ยท View on GitHub
Integration of Actionlint into Flycheck.
Installation
This package is now available on MELPA !!!
(use-package flycheck-actionlint)
Usage
Simply call the flycheck-actionlint-setup function. Be that in a hook or right after loading the package, up to you.
Example:
(use-package flycheck-actionlint
:config (flycheck-actionlint-setup))