Skip to content

Commit

Permalink
Run spotless as part of our build checks
Browse files Browse the repository at this point in the history
Reviewed By: cortinico

Differential Revision: D61911566

fbshipit-source-id: c9c7c07a68db786982f7993d46176d75d5d0a77e
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Aug 28, 2024
1 parent c3dc022 commit 9154b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: zulu
- name: Build ktfmt
run: mvn -B install --file pom.xml
run: mvn -B install --file pom.xml spotless:check
- name: Build ktfmt_idea_plugin
run: |
pushd ktfmt_idea_plugin
Expand Down
2 changes: 1 addition & 1 deletion smoke_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ROOT_DIR=$(dirname "$SCRIPT")
echo "Testing ktfmt core library"
echo
cd "$ROOT_DIR"
mvn clean install
mvn install spotless:check
echo

echo "Testing ktfmt IDEA plugin"
Expand Down

0 comments on commit 9154b36

Please sign in to comment.