Integration of Actionlint into Flycheck.
This package is now available on MELPA !!!
(use-package flycheck-actionlint)
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))