We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e287ace commit c0e9746Copy full SHA for c0e9746
.github/workflows/pants.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
pants --version
52
- name: Check BUILD files
53
- run: pants tailor --check update-build-files --check
+ run: pants tailor --check update-build-files --check ::
54
- name: Lint and typecheck
55
56
pants lint check ::
0 commit comments