Skip to content

ExplorViz/deployment

Repository files navigation

ExplorViz Deployment Repo

This repo contains different

Pre-Commit Validation

The CI pipeline for this repository uses pre-commit with different hooks to validate if changes to files follow well-defined rules.

You can locally validate all files, therefore simulate the CI pipeline, with

docker run --rm -ti -v $(pwd):/pre-commit explorviz/pre-commit

The resulting container will run the defined pre-commit hooks and also modify files if necessary. You might need to run this command multiple times.