We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0b502c + 59453ba commit 3b69ab4Copy full SHA for 3b69ab4
.github/workflows/pants.yml
@@ -50,6 +50,12 @@ jobs:
50
- name: List all build targets
51
run: |
52
pants list ::
53
+ - name: List all dependencies
54
+ run: |
55
+ pants dependencies ::
56
+ - name: Lint
57
58
+ pants lint ::
59
- name: Upload pants log
60
uses: actions/upload-artifact@v3
61
with:
pants.toml
@@ -1,8 +1,9 @@
1
[GLOBAL]
2
-pants_version = "2.17.0"
+pants_version = "2.18.0"
3
4
backend_packages.add = [
5
"pants.backend.experimental.javascript",
6
+ "pants.backend.experimental.javascript.lint.prettier",
7
]
8
9
[nodejs]
0 commit comments