From 69de55965288191184e71bf136d4b3431ff96187 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Fri, 29 Mar 2024 08:59:53 +0000 Subject: [PATCH] chore(ci): `pants lint` now includes the visibility check Example of the `pants lint` log: ``` ... 08:59:03.99 [INFO] Completed: Check for visibility rule violations - visibility succeeded. ... ``` --- .github/workflows/default.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 843a5a8c3c..09cf693a44 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -52,8 +52,6 @@ jobs: cache-lmdb-store: 'true' - name: Check BUILD files run: pants tailor --check update-build-files --check '::' - - name: Check forbidden cross imports - run: pants dependencies '::' - name: Lint run: | if [ "$GITHUB_EVENT_NAME" == "pull_request" -a -n "$GITHUB_HEAD_REF" ]; then