Skip to content

Commit f0684e8

Browse files
Removing pdoc3
1 parent 33173dd commit f0684e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
python-version: ${{ matrix.python-version }}
6262
- name: Install dependencies
6363
run: make dev-quality-code
64+
- name: Checking third-party library licenses
65+
run: make check-licenses
6466
- name: Formatting and Linting
6567
run: make lint
6668
- name: Static type checking
@@ -73,8 +75,6 @@ jobs:
7375
run: make security-baseline
7476
- name: Complexity baseline
7577
run: make complexity-baseline
76-
- name: Checking third-party library licenses
77-
run: make check-licenses
7878
- name: Upload coverage to Codecov
7979
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
8080
with:

0 commit comments

Comments
 (0)