The `./pants validate` step in a Gtihub action fai...
# development
c
The
./pants validate
step in a Gtihub action failed for me on
Copy code
Would update testprojects/src/python/docker/BUILD:
  - Format with Black
which is fine, but it was well hidden….
h
That's
pants update-build-files
. The error message will be improved in a few minutes with my next PR 🙂
👍 1
c
I know, just that it didn’t stand out. Looking forward to the improvement 🙂
👍 1
Running this interactively, it seems fine.. just in the gh action there’s alot of other stuff going on, burying it a bit too deep… 😉
👍 1
h
Copy code
Would update dir/BUILD:
  - Add a new line
  - Reverse lines

To fix `update-build-files` failures, run `./pants update-build-files`.
cc @ancient-vegetable-10556, you were also confused about this last week
a
Nice!
❤️ 1