node-actionlint
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

node-actionlint

Run rhysd/actionlint from Node.js.

Most parts of main.go are reused from rhysd/actionlint/playground/main.go.

CLI Usage

$ npm install --save-dev node-actionlint
$ ./node_modules/.bin/node-actionlint

JavaScript Usage

However, the main purpose of this package is to be used with the CLI.

const { runActionLint } = require("node-actionlint");

(async () => {
  const results = await runActionLint(source, path);
})();

Development

Release

$ npm run release -- --release=patch

Readme

Keywords

none

Package Sidebar

Install

npm i node-actionlint

Weekly Downloads

668

Version

1.2.2

License

ISC

Unpacked Size

6.87 MB

Total Files

20

Last publish

Collaborators

  • sosukesuzuki