Skip to content

Commit a152db7

Browse files
committed
Docs: Mention GitHub Action by the Arduino team
1 parent b9e0926 commit a152db7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ curl -sL https://taskfile.dev/install.sh | sh
7878

7979
> This method will download the binary on the local `./bin` directory by default.
8080
81+
## GitHub Actions
82+
83+
If you want to install Task in GitHub Actions you can try using
84+
[this action](https://github.com/arduino/actions/tree/master/setup-taskfile)
85+
by the Arduino team:
86+
87+
```yaml
88+
- name: Install Task
89+
uses: Arduino/actions/setup-taskfile@master
90+
```
91+
92+
This installation method is community owned.
93+
8194
[go]: https://golang.org/
8295
[snapcraft]: https://snapcraft.io/
8396
[homebrew]: https://brew.sh/

0 commit comments

Comments
 (0)