Skip to content

Commit 38f08ba

Browse files
committed
Use standardized Task install step name in "Test Go" workflow
This is the naming convention established in the standardized template workflow. The tool name is "Task", with "taskfile" being its configuration file, so the previous step name was inaccurate.
1 parent 9a77de8 commit 38f08ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
go-version: ${{ env.GO_VERSION }}
4242

43-
- name: Install Taskfile
43+
- name: Install Task
4444
uses: arduino/setup-task@v1
4545
with:
4646
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)