Skip to content

Commit

Permalink
Merge pull request #17 from sinch/add-ci-sources-format-validation
Browse files Browse the repository at this point in the history
ci: Adding sources format validation
  • Loading branch information
JPPortier authored Aug 1, 2024
2 parents 041efcf + 41a876e commit 0111c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
cache: maven
- name: Building
run: |
# check sources format consistency
mvn -f pom-ci.xml clean spotless:check
# compilation validation
./compile.sh

0 comments on commit 0111c42

Please sign in to comment.