tirimia / flycheck-actionlint

Flycheck integration for Actionlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flycheck-actionlint - Flycheck for Github Actions

GitHub MELPA MELPA Stable

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))

About

Flycheck integration for Actionlint

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%