Skip to content

Commit 5bb1614

Browse files
committed
Capitalize.
1 parent 3cc2546 commit 5bb1614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: 'pip'
2828
- name: Install Python dependencies
2929
run: pip install -r requirements.txt
30-
- name: Check formatting with spotless
30+
- name: Check formatting with Spotless
3131
run: mvn spotless:check -B
3232
- name: Check formatting with Black
3333
run: black --fast --check --extend-exclude IDE --extend-exclude jython3 .

0 commit comments

Comments
 (0)