We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a17e6 commit dccabcfCopy full SHA for dccabcf
.github/workflows/code-linting-checks.yaml
@@ -37,17 +37,17 @@ jobs:
37
shell: "bash"
38
run: "npm install -g @go-task/cli"
39
40
+ - if: "matrix.os == 'macos-latest'"
41
+ name: "Install coreutils (for md5sum)"
42
+ run: "brew install coreutils"
43
+
44
- name: "Log tool versions"
45
run: |-
46
md5sum --version
47
python --version
48
tar --version
49
task --version
50
- - if: "matrix.os == 'macos-latest'"
- name: "Install coreutils (for md5sum)"
- run: "brew install coreutils"
-
51
- name: "Run lint task"
52
53
run: "task lint:check"
0 commit comments