Skip to content

Commit dccabcf

Browse files
committed
Reorder jobs due to inter-dependencies
1 parent e6a17e6 commit dccabcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-linting-checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ jobs:
3737
shell: "bash"
3838
run: "npm install -g @go-task/cli"
3939

40+
- if: "matrix.os == 'macos-latest'"
41+
name: "Install coreutils (for md5sum)"
42+
run: "brew install coreutils"
43+
4044
- name: "Log tool versions"
4145
run: |-
4246
md5sum --version
4347
python --version
4448
tar --version
4549
task --version
4650
47-
- if: "matrix.os == 'macos-latest'"
48-
name: "Install coreutils (for md5sum)"
49-
run: "brew install coreutils"
50-
5151
- name: "Run lint task"
5252
shell: "bash"
5353
run: "task lint:check"

0 commit comments

Comments
 (0)