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 d2e4ea2 commit 54043e8Copy full SHA for 54043e8
.github/workflows/push-main-branch.yml
@@ -15,3 +15,7 @@ jobs:
15
tag:
16
uses: mindee/client-lib-actions/.github/workflows/tag-version.yml@main
17
needs: test_units
18
+ release:
19
+ uses: mindee/client-lib-actions/.github/workflows/create-release.yml@main
20
+ needs: tag
21
+ secrets: inherit
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
]
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.13.0
+ rev: v1.15.0
43
hooks:
44
- id: mypy
45
args: []
0 commit comments