caas-team / GoKubeDownscaler

A horizontal autoscaler for Kubernetes workloads
GNU General Public License v3.0
9 stars 4 forks source link

feat: add pre commit workflow #45

Closed jonathan-mayer closed 2 months ago

jonathan-mayer commented 2 months ago

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

jonathan-mayer commented 2 months ago

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