We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e0926 commit a152db7Copy full SHA for a152db7
docs/installation.md
@@ -78,6 +78,19 @@ curl -sL https://taskfile.dev/install.sh | sh
78
79
> This method will download the binary on the local `./bin` directory by default.
80
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
94
[go]: https://golang.org/
95
[snapcraft]: https://snapcraft.io/
96
[homebrew]: https://brew.sh/
0 commit comments