Skip to content

Commit d35d30b

Browse files
committed
Order "Check Website" workflow's steps according to the template
No functional difference, and neither is necessarily superior, but that is how it is in the template, and so it must be here too.
1 parent 8301006 commit d35d30b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v2
3535

36-
- name: Install Task
37-
uses: arduino/setup-task@v1
38-
with:
39-
repo-token: ${{ secrets.GITHUB_TOKEN }}
40-
version: 3.x
41-
4236
- name: Install Go
4337
uses: actions/setup-go@v2
4438
with:
@@ -54,6 +48,12 @@ jobs:
5448
python -m pip install --upgrade pip
5549
python -m pip install poetry
5650
51+
- name: Install Task
52+
uses: arduino/setup-task@v1
53+
with:
54+
repo-token: ${{ secrets.GITHUB_TOKEN }}
55+
version: 3.x
56+
5757
- name: Build website
5858
# Ensure the documentation can build. These docs won't be published.
5959
run: task website:check

0 commit comments

Comments
 (0)