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