Skip to content

Commit 3b69ab4

Browse files
Merge pull request #3 from AlexTereshenkov/pants/upgrade-2.18.0
pants: upgrade Pants to 2.18.0
2 parents e0b502c + 59453ba commit 3b69ab4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: .github/workflows/pants.yml

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
- name: List all build targets
5151
run: |
5252
pants list ::
53+
- name: List all dependencies
54+
run: |
55+
pants dependencies ::
56+
- name: Lint
57+
run: |
58+
pants lint ::
5359
- name: Upload pants log
5460
uses: actions/upload-artifact@v3
5561
with:

Diff for: pants.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[GLOBAL]
2-
pants_version = "2.17.0"
2+
pants_version = "2.18.0"
33

44
backend_packages.add = [
55
"pants.backend.experimental.javascript",
6+
"pants.backend.experimental.javascript.lint.prettier",
67
]
78

89
[nodejs]

0 commit comments

Comments
 (0)