Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 467 Bytes

This repository manages ArgoCD apps deployed on the nerc-ocp-infra OpenShift cluster.

Validations make your life easier

Pre-commit checks

Configure linters to run before each commit by install the pre-commit tool:

pip install pre-commit

And then enabling it for your working directory. From inside this repository, run:

pre-commit install