diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 298a3ec7..af954327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,13 @@ jobs: # Uncomment to SSH into the runner. # - name: Setup upterm session # uses: lhotari/action-upterm@v1 - - name: Format check + - name: Runtime format check run: | clang-format --version make format-check + + - name: LFC format check + run: cd lfc && ./gradlew spotlessCheck - name: Run unit tests run: make unit-test