defenseunicorns / uds-bundle-software-factory-nutanix

A UDS Bundle
Apache License 2.0
2 stars 0 forks source link

ci: add lint testing workflow and precommit #214

Closed MxNxPx closed 1 month ago

MxNxPx commented 1 month ago

This change adds a lint workflow as well as precommit hooks that could be run locally using:

# (optional) install dependencies
uds run deps

# before pushing, run pre commit
uds run precommit

# or
pre-commit run --all-files

(requires uds, python, pip to already be installed)