We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98ea4b commit cdd9353Copy full SHA for cdd9353
1 file changed
.github/workflows/pants.yaml
@@ -47,7 +47,7 @@ jobs:
47
./pants --version
48
- name: Check BUILD files
49
run: ./pants tailor --check update-build-files --check
50
- - name: Lint and typechck
+ - name: Lint and typecheck
51
run: |
52
./pants lint typecheck ::
53
- name: Test
0 commit comments