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