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 a14fb77 commit 8c2ba26Copy full SHA for 8c2ba26
.github/workflows/clp-lint.yaml
@@ -43,6 +43,14 @@ jobs:
43
name: "Install coreutils (for md5sum)"
44
run: "brew install coreutils"
45
46
+ - if: "matrix.os == 'ubuntu-24.04'"
47
+ name: "Install mariadb-connecter-c (for py lint)"
48
+ run: "sudo apt-get install -y libmariadb-dev"
49
+
50
+ - if: "matrix.os == 'macos-15'"
51
52
+ run: "brew install mariadb-connector-c"
53
54
- name: "Lint .js files"
55
shell: "bash"
56
run: "task lint:check-js"
0 commit comments