Skip to content

Commit

Permalink
chore(ci): pants lint now includes the visibility check
Browse files Browse the repository at this point in the history
Example of the `pants lint` log:
```
...
08:59:03.99 [INFO] Completed: Check for visibility rule violations - visibility succeeded.
...
```
  • Loading branch information
achimnol committed Mar 29, 2024
1 parent 0106390 commit 69de559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69de559

Please sign in to comment.