Skip to content

Commit 5e1ed28

Browse files
fix(deps): update dependency typer to ^0.21.0 (#114)
1 parent dd3304f commit 5e1ed28

3 files changed

Lines changed: 115 additions & 105 deletions

File tree

.github/workflows/cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4747
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4848

49+
test-reproducibility:
50+
name: test-reproducibility
51+
uses: ./.github/workflows/test-reproducibility.yml
52+
53+
pre-commit:
54+
name: pre-commit
55+
uses: ./.github/workflows/pre-commit.yml
56+
4957
# ====================================================
5058
# Deployment
5159
# ====================================================

0 commit comments

Comments
 (0)