GMLC-TDC / cheader2json

libclang parser to dump c header info to json
2 stars 0 forks source link

Add diffing to CI workflow #62

Open nightlark opened 7 months ago

nightlark commented 7 months ago

Currently the workflow only converts a single HELICS header file to json. It should also run the diff command.

The desired functionality for the CI workflow is:

This functionality could be interesting to incorporate as a GitHub composite action, enabling it to be used in other repositories easily... then maybe it could be used directly in helics_packaging workflow instead, and automatically open issues in repositories for the various language interfaces detailing what changes need to be made?