Add link in readme to GitHub Action (#729)

This commit is contained in:
Ross MacArthur 2020-11-27 10:14:46 +02:00 committed by GitHub
parent dae44f0024
commit d43241a781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1181,6 +1181,18 @@ Tools that pair nicely with `just` include:
- https://github.com/mattgreen/watchexec[`watchexec`] — a simple tool that watches a path and runs a command whenever it detects modifications. - https://github.com/mattgreen/watchexec[`watchexec`] — a simple tool that watches a path and runs a command whenever it detects modifications.
=== GitHub Actions
link:https://github.com/extractions/setup-just[extractions/setup-just] can be used to install `just` in a GitHub Actions workflow.
Example usage:
```yaml
- uses: extractions/setup-just@v1
with:
just-version: 0.8 # optional semver specification, otherwise latest
```
=== Shell Alias === Shell Alias
For lightning-fast command running, put `alias j=just` in your shell's configuration file. For lightning-fast command running, put `alias j=just` in your shell's configuration file.