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

Commit f7f64c8

Browse files
EntenwilliNicolas-Boltz
authored andcommitted
ci: enforce formatting
1 parent b3d9863 commit f7f64c8

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
@@ -33,6 +33,8 @@ jobs:
3333
maven-version: 3.9.6
3434
- name: Build and Verify
3535
run: mvn clean verify
36+
- name: Check formatting
37+
run: mvn spotless:check
3638
- name: Publish Nightly Update Site
3739
if: github.event_name != 'release' && github.ref == 'refs/heads/main' && github.repository_owner == 'DataFlowAnalysis'
3840
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)