Skip to content

Commit

Permalink
fixup! ci: add code formatting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Aug 16, 2024
1 parent 6844c1a commit 06c19c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
distribution: temurin
java-version: 17

- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Check formatting
run: |
./gradlew spotlessCheck
Expand Down

0 comments on commit 06c19c2

Please sign in to comment.