feat(experiments): add logs from diffoscope #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: code-quality | |
on: | |
pull_request: | |
push: | |
branches: [ main ] | |
jobs: | |
spotless: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup JDK 22 | |
uses: actions/setup-java@v4 | |
with: | |
distribution: 'oracle' | |
java-version: '22' | |
- name: Run spotless check | |
run: mvn spotless:check |