Skip to content

Commit 6c9f645

Browse files
committed
No periods.
1 parent d380ed1 commit 6c9f645

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
java-version: '25'
2121
distribution: 'temurin'
2222
cache: maven
23-
- name: Install Python.
23+
- name: Install Python
2424
uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.10'
2727
cache: 'pip'
28-
- name: Install Python dependencies.
28+
- 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
32-
- name: Check formatting with Black.
32+
- name: Check formatting with Black
3333
run: black --fast --check --extend-exclude IDE --extend-exclude jython3 .
3434
- name: Install Jython3.
3535
run: |
@@ -40,7 +40,7 @@ jobs:
4040
popd
4141
popd
4242
shell: bash
43-
- name: Install IDE.
43+
- name: Install IDE
4444
run: |
4545
pushd IDE/com.ibm.wala.cast.lsp
4646
mvn install -B -q -DskipTests

0 commit comments

Comments
 (0)