Skip to content

Commit 576b509

Browse files
committed
add dependencies checker to the release workflow
1 parent a21ee4c commit 576b509

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
with:
1212
merge-multiple: true
1313

14+
- name: Dependencies license compliance checker
15+
uses: pilosus/action-pip-license-checker@v2.0.0
16+
1417
- name: Zip up docs
1518
run: |
1619
set -vxeuo pipefail

0 commit comments

Comments
 (0)