Provide Flymake handler for actionlint.
Please install actionlint before using this package.
(add-hook 'yaml-mode-hook #'flymake-actionlint-action-load-when-actions-file)
(add-hook 'yaml-ts-mode-hook #'flymake-actionlint-action-load-when-actions-file)flymake-actionlint-action-load-when-actions-file automatically turns flymake-actionlint on
only when the current file is a yaml file in .github/workflows/.
Run M-x flymake-actionlint-load if you want to turn flymake-actionlint on manually in current buffer.
This package is licensed by The GNU General Public License verson 3 or later. See LICENSE.