Add link in readme to GitHub Action (#729)
This commit is contained in:
parent
dae44f0024
commit
d43241a781
12
README.adoc
12
README.adoc
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user