Skip to content

Commit

Permalink
Check formatting of compiler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Jan 24, 2025
1 parent e4c5df9 commit 5e4c944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e4c944

Please sign in to comment.