We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fc9ee commit 751db8bCopy full SHA for 751db8b
1 file changed
.github/workflows/pants.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/setup-python@v4
28
with:
29
python-version: ${{ matrix.python-version }}
30
- - uses: pantsbuild/actions/init-pants@v4-scie-pants
+ - uses: pantsbuild/actions/init-pants@v5-scie-pants
31
# This action bootstraps pants and manages 2-3 GHA caches.
32
# See: github.com/pantsbuild/actions/tree/main/init-pants/
33
@@ -48,10 +48,10 @@ jobs:
48
# See https://pants.readme.io/docs/using-pants-in-ci for tips on how to periodically clean it up.
49
# Alternatively you change gha-cache-key to ignore old caches.
50
- name: Check BUILD files
51
- run: |
+ run: |
52
pants tailor --check update-build-files --check ::
53
- name: Lint and typecheck
54
55
pants lint check ::
56
- name: Test
57
run: |
0 commit comments