diff --git a/README.adoc b/README.adoc index 7e4a0f3..b3efa8b 100644 --- a/README.adoc +++ b/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. +=== 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 For lightning-fast command running, put `alias j=just` in your shell's configuration file.