We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d046d9 commit 7dd1717Copy full SHA for 7dd1717
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,10 @@ jobs:
18
contents: write
19
steps:
20
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
21
+ - name: "Install poetry"
22
+ with:
23
+ script: |
24
+ mise install poetry
25
- uses: SonarSource/ci-github-actions/build-poetry@v1
26
with:
27
sonar-platform: none
@@ -37,6 +41,7 @@ jobs:
37
41
38
42
39
43
script: |
44
40
45
poetry run black src/ tests/ --check
46
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d src/
47
poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
0 commit comments