You can chain commands, so following the tutorial:...
# general
w
You can chain commands, so following the tutorial: https://www.pantsbuild.org/docs/using-pants-in-ci#approach-1-only-run-over-changed-files
Copy code
❯ ./pants \
  --changed-since=origin/main \
  tailor --check \
  update-build-files --check \
  lint
That's 1 line, multiple commands