We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2ae65 commit 9cf8039Copy full SHA for 9cf8039
.github/workflows/pants.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Bootstrap Pants
45
run: pants --version
46
- name: Check Pants config files
47
- run: pants tailor --check update-build-files --check
+ run: pants tailor --check update-build-files --check '::'
48
- name: Lint, compile, and test
49
run: pants lint check test '::'
50
- name: Package / Run
pants.toml
@@ -2,7 +2,7 @@
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
4
[GLOBAL]
5
-pants_version = "2.15.0"
+pants_version = "2.16.0"
6
backend_packages = [
7
# This repository demonstrates using Pants with Kotlin.
8
#
0 commit comments