We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceafb3e commit 8aeefa5Copy full SHA for 8aeefa5
.github/workflows/build.yml
@@ -48,6 +48,7 @@ jobs:
48
artifactory-reader-role: private-reader
49
artifactory-deployer-role: qa-deployer
50
- run: |
51
+ poetry install --only dev
52
poetry run black src/ tests/ --check
53
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
54
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
0 commit comments