Skip to content

Commit

Permalink
added style check in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kaituo Li <[email protected]>
  • Loading branch information
kaituo committed Oct 10, 2023
1 parent a6b9598 commit 7eb6d10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Integ Test
run: sbt integtest/test

- name: Style check
run: sbt scalafmtCheckAll

0 comments on commit 7eb6d10

Please sign in to comment.