We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416f11d commit b92a3f2Copy full SHA for b92a3f2
.github/workflows/python-license-check.yml
@@ -23,6 +23,7 @@ jobs:
23
- name: Pylic License Check
24
run: |
25
poetry run pip install pylic
26
+ ls -l
27
poetry run pylic check
28
# steps:
29
# #----------------------------------------------
0 commit comments