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 33173dd commit f0684e8Copy full SHA for f0684e8
.github/workflows/quality_check.yml
@@ -61,6 +61,8 @@ jobs:
61
python-version: ${{ matrix.python-version }}
62
- name: Install dependencies
63
run: make dev-quality-code
64
+ - name: Checking third-party library licenses
65
+ run: make check-licenses
66
- name: Formatting and Linting
67
run: make lint
68
- name: Static type checking
@@ -73,8 +75,6 @@ jobs:
73
75
run: make security-baseline
74
76
- name: Complexity baseline
77
run: make complexity-baseline
- - name: Checking third-party library licenses
- run: make check-licenses
78
- name: Upload coverage to Codecov
79
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
80
with:
0 commit comments