Skip to content

Commit 6836f03

Browse files
fix: False positive in license checker
1 parent 1e1850f commit 6836f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
library-name: ${{ env.PACKAGE_NAME }}
100100
operating-system: ${{ matrix.os }}
101101
python-version: ${{ matrix.python-version }}
102+
whitelist-license-check: "attrs" # This has MIT license but fails the check
102103

103104
testing:
104105
name: Run Unit Tests

0 commit comments

Comments
 (0)