From a152db70549bc84085d69f92c3d4d33c4e792649 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Thu, 24 Oct 2019 23:55:11 -0300 Subject: [PATCH] Docs: Mention GitHub Action by the Arduino team --- docs/installation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 230a3a1e..4675df3c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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/