Commit Graph

3 Commits

Author SHA1 Message Date
David Dalcino
e3d28a803c Use library instead of ad-hoc code
This replaces `pretty_print_combos` with `json.dumps`, and
`compare_combos` with `jsoncomparison.Compare`.
2021-07-23 13:28:36 -07:00
David Dalcino
c7f720944a black & isort 2021-07-19 20:32:51 -07:00
David Dalcino
89873da8b3 Implement GH Action that checks combinations.py
This is set to run once per month, and on every push.
Before merging this PR, "push" should be removed from the list of
events that trigger the script, which should not be run so frequently.
The "push" event is turned on for testing only.
2021-07-19 20:26:52 -07:00