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 b12af7f commit a66f3fbCopy full SHA for a66f3fb
.github/workflows/quality-gate.yml
@@ -52,6 +52,7 @@ jobs:
52
elif [ "${{ matrix.check }}" = "format-check" ]; then
53
ruff format --check .
54
elif [ "${{ matrix.check }}" = "type-check" ]; then
55
+ export $(cat .env | xargs)
56
mypy genealogy genealogy_extractor --config-file pyproject.toml
57
elif [ "${{ matrix.check }}" = "security" ]; then
58
bandit -r genealogy genealogy_extractor -f txt -c .bandit
0 commit comments