Skip to content

Commit a76159e

Browse files
committed
Use more meaningful name for the test workflow
"setup-taskflile" was an artifact of the project's previous home in the `arduino/actions` repo, which hosts multiple actions. In that case, it made some sense to have a single monolithic workflow for each project, named after the project. Now that the action has a dedicated repository. It is more useful to name the workflows according to their intended purpose.
1 parent 9edd380 commit a76159e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-taskflile.yml renamed to .github/workflows/test-typescript-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: setup-taskfile workflow
1+
name: Test TypeScript
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)