From f639e2f5565dca0529ef6e1555112e7a8708c3c0 Mon Sep 17 00:00:00 2001 From: Mateusz Leonowicz Date: Thu, 12 Sep 2024 13:30:53 +0200 Subject: [PATCH] CI: Add linting step to test-target-bazel job Signed-off-by: Mateusz Leonowicz --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ac5c8..f13e512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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