Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 888 Bytes

CI.md

File metadata and controls

27 lines (15 loc) · 888 Bytes

CI

The Continuos Integration document describes everything you need to know when developing on this project.

GitHub Actions

This project is using GitHub Actions workflows in CI.

docker

The docker workflow validates the docker files across the repository.

terraform

The terraform workflow validates the infrastructure code located in the infra directory.

Pre-commit

This project is using pre-commit ci to run the pre-commit hooks defined in .pre-commit-config.yaml in CI.

Optionall you can install pre-commit locally and run:

pre-commit install

This adds the pre-commit hooks to .git/hooks and runs every time you are about to commit changes.