TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 194 forks source link

Add GH action to generate code #3664

Closed dszlachta closed 1 month ago

dszlachta commented 2 months ago
  1. Install prettier on action's instance: https://stackoverflow.com/a/58002908
  2. call make && make generate . and fail if there are changes
tjayrush commented 2 months ago

Just FYI: there's this line here, but I don't think it's quite right. It's commented. You remove it if you wish.

https://github.com/TrueBlocks/trueblocks-core/blob/develop/scripts/test-all.sh#L37