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 3cc2546 commit 5bb1614Copy full SHA for 5bb1614
.github/workflows/continuous-integration.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: 'pip'
28
- name: Install Python dependencies
29
run: pip install -r requirements.txt
30
- - name: Check formatting with spotless
+ - name: Check formatting with Spotless
31
run: mvn spotless:check -B
32
- name: Check formatting with Black
33
run: black --fast --check --extend-exclude IDE --extend-exclude jython3 .
0 commit comments