Skip to content

Commit

Permalink
CI: Add linting step to test-target-bazel job
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Leonowicz <[email protected]>
  • Loading branch information
mleonowicz committed Sep 12, 2024
1 parent defeaf5 commit f639e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
docker --version
- name: Checkout megaboom
uses: actions/checkout@v4
- name: Lint Bazel files
run: bazel mod tidy && git diff --exit-code
- name: Build local stage targets - tag_array_64x184
env:
TARGET: tag_array_64x184
Expand Down

0 comments on commit f639e2f

Please sign in to comment.