Closed jonathan-mayer closed 2 months ago
Closes #43
Adds a workflow that automatically runs pre-commit. It fails if pre commit fails and pushes changes if any were made
One thing to consider is that pre commit also automatically runs all tests, so we kind of don't need the go test workflow, what do you think about this @Fovty @JTaeuber @jon4skl
Motivation
Closes #43
Changes
Adds a workflow that automatically runs pre-commit. It fails if pre commit fails and pushes changes if any were made
Tests done
TODO