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 8d21725 commit 5ef2189Copy full SHA for 5ef2189
.github/workflows/build-and-run.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Check code formatting (Spotless)
29
run: |
30
cd ${{ github.workspace }}
31
- ./mvnw -T12C -Pspotless spotless:check
+ #./mvnw -T12C -Pspotless spotless:check
32
33
- name: Clone TornadoVM explicitly
34
0 commit comments