Skip to content

Commit b2d0d71

Browse files
committed
Use standardized step names in "Spell Check" workflow
These are the naming conventions established in the standardized template workflow.
1 parent dccef2b commit b2d0d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spell-check-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- name: Checkout
18+
- name: Checkout repository
1919
uses: actions/checkout@v2
2020

2121
- name: Install Python
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Poetry
2727
run: pip install poetry
2828

29-
- name: Install Taskfile
29+
- name: Install Task
3030
uses: arduino/setup-task@v1
3131
with:
3232
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)