Skip to content

Commit aecbf8e

Browse files
committed
[CI] Add spotless
1 parent 281ef7d commit aecbf8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-run.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25+
- name: Check code formatting (Spotless)
26+
run: |
27+
cd ${{ github.workspace }}
28+
./mvnw -T12C -Pspotless spotless:check
29+
2530
- name: Clone TornadoVM explicitly
2631
run: |
2732
git clone --depth 1 --branch master \

0 commit comments

Comments
 (0)