wiktor-k / setup-just

Quickly sets up just task runner in a GitHub Action.

Home Page:https://github.com/marketplace/actions/setup-just-task-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Just

Quickly sets up just task runner in a GitHub Action.

Compared to other methods this action is designed to use compiled and packaged version of just for each major operating system thus significantly reducing installation time.

The action does not have any configuration and is extremely simple (see the index.js file!).

Usage

To use this action use the following fragment:

- uses: wiktor-k/setup-just@v1

License

This project is licensed under Apache License, Version 2.0.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the package by you shall be under the terms and conditions of this license, without any additional terms or conditions.

About

Quickly sets up just task runner in a GitHub Action.

https://github.com/marketplace/actions/setup-just-task-runner

License:Apache License 2.0


Languages

Language:JavaScript 95.6%Language:Shell 4.4%