https://github.com/wiktor-k/setup-just
Quickly sets up just task runner in a GitHub Action.
https://github.com/wiktor-k/setup-just
github-actions just
Last synced: 4 months ago
JSON representation
Quickly sets up just task runner in a GitHub Action.
- Host: GitHub
- URL: https://github.com/wiktor-k/setup-just
- Owner: wiktor-k
- License: apache-2.0
- Created: 2024-04-22T11:18:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T13:21:40.000Z (about 1 year ago)
- Last Synced: 2024-05-01T22:30:11.656Z (about 1 year ago)
- Topics: github-actions, just
- Language: JavaScript
- Homepage: https://github.com/marketplace/actions/setup-just-task-runner
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Setup Just
Quickly sets up [`just` task runner](https://github.com/casey/just) 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:
```yaml
- uses: wiktor-k/setup-just@v1
```## License
This project is licensed under [Apache License, Version 2.0][APL].
[APL]: https://www.apache.org/licenses/LICENSE-2.0.html
## 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.