We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01e100 commit fbf4bddCopy full SHA for fbf4bdd
2 files changed
.github/workflows/pants.yaml
@@ -57,7 +57,7 @@ jobs:
57
run: |
58
pants --version
59
- name: Check BUILD files
60
- run: pants tailor --check update-build-files --check
+ run: pants tailor --check update-build-files --check '::'
61
- name: Lint and test
62
63
pants lint test ::
pants.toml
@@ -1,5 +1,5 @@
1
[GLOBAL]
2
-pants_version = "2.15.0"
+pants_version = "2.16.0"
3
backend_packages = [
4
"pants.backend.codegen.protobuf.lint.buf",
5
"pants.backend.codegen.protobuf.python",
0 commit comments