Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit a209b01

Browse files
committed
ci: enforce formatting
1 parent b3ddb38 commit a209b01

File tree

2 files changed

+402
-0
lines changed

2 files changed

+402
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
java-version: 17
3030
- name: Build and Verify
3131
run: mvn clean verify
32+
- name: Check formatting
33+
run: mvn spotless:check
3234
- name: Publish Nightly Update Site
3335
if: github.event_name != 'release' && github.ref == 'refs/heads/main' && github.repository_owner == 'DataFlowAnalysis'
3436
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)