We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f16b9b commit f139f8cCopy full SHA for f139f8c
.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
34
! -path "*/README.md" \
35
! -path "*/Cargo.toml" \
36
! -path "*/Cargo.lock" \
37
- ! -path "./openldap/*" \
+ ! -path "./openldap/certs/*" \
38
> tmp.txt
39
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
40
bump
@@ -0,0 +1 @@
1
+1
0 commit comments