Skip to content

Commit c426dac

Browse files
committed
exclude openldap
1 parent 9131f70 commit c426dac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
! -path "*/README.md" \
3535
! -path "*/Cargo.toml" \
3636
! -path "*/Cargo.lock" \
37+
! -path "./openldap/*" \
3738
> tmp.txt
3839
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
3940

0 commit comments

Comments
 (0)