canonical / charmed-kubeflow-uats

Automated UATs for Charmed Kubeflow
Apache License 2.0
5 stars 2 forks source link

feat: Add CI workflow for linting #26

Closed phoevos closed 9 months ago

phoevos commented 9 months ago

Add a Github CI workflow to execute the configured linting checks on pull requests and when pushing against the main or track/* branches.

This is expected to fail until https://github.com/canonical/charmed-kubeflow-uats/pull/21 is merged.

Closes #22