See
The previous state of zbuild.zon looked like this: https://github.com/ChainSafe/lodestar-z/blob/61b279ccf367bca46b3b7b0636984a95389c3a9a/zbuild.zon
And this passed workflow checks with no problem until this commit: ChainSafe/lodestar-z@61b279c
I changed the formatting by adding a trailing comma (so we can see imports clearer):
ChainSafe/lodestar-z@d5bea4c
This led to CI failing:
https://github.com/ChainSafe/lodestar-z/actions/runs/24515496345/job/71658149606
Even though locally zbuild sync doesn't produce any differences.
See
The previous state of
zbuild.zonlooked like this: https://github.com/ChainSafe/lodestar-z/blob/61b279ccf367bca46b3b7b0636984a95389c3a9a/zbuild.zonAnd this passed workflow checks with no problem until this commit: ChainSafe/lodestar-z@61b279c
I changed the formatting by adding a trailing comma (so we can see imports clearer):
ChainSafe/lodestar-z@d5bea4c
This led to CI failing:
https://github.com/ChainSafe/lodestar-z/actions/runs/24515496345/job/71658149606
Even though locally
zbuild syncdoesn't produce any differences.