File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 : |
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
You can’t perform that action at this time.
0 commit comments