diff --git a/.github/workflows/pants.yml b/.github/workflows/pants.yml index 7266639..5878727 100644 --- a/.github/workflows/pants.yml +++ b/.github/workflows/pants.yml @@ -44,9 +44,6 @@ jobs: # but will cause the cache entry to grow without bound over time. # See https://www.pantsbuild.org/2.21/docs/using-pants/using-pants-in-ci for tips on how to periodically clean it up. # Alternatively you change gha-cache-key to ignore old caches. - - name: Check BUILD files - run: | - pants tailor --check update-build-files --check :: - name: Lint run: | pants lint ::