1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00

Docs: Mention GitHub Action by the Arduino team

This commit is contained in:
Andrey Nering 2019-10-24 23:55:11 -03:00
parent b9e092674e
commit a152db7054

View File

@ -78,6 +78,19 @@ curl -sL https://taskfile.dev/install.sh | sh
> This method will download the binary on the local `./bin` directory by default.
## GitHub Actions
If you want to install Task in GitHub Actions you can try using
[this action](https://github.com/arduino/actions/tree/master/setup-taskfile)
by the Arduino team:
```yaml
- name: Install Task
uses: Arduino/actions/setup-taskfile@master
```
This installation method is community owned.
[go]: https://golang.org/
[snapcraft]: https://snapcraft.io/
[homebrew]: https://brew.sh/