Skip to content

Commit

Permalink
Readme - add information about pre-commit validations
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-bujacek committed Jul 7, 2020
1 parent 3590ef4 commit ad6ea23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ We help companies build, run, deploy and scale software and infrastructure by em
---

![Terraform validation](https://github.com/lablabs/terraform-aws-eks-alb-ingress/workflows/Terraform%20validation/badge.svg?branch=master)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-success?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

## Description

Expand Down Expand Up @@ -52,6 +53,18 @@ No output.

Feel free to create an issue in this repository if you have questions, suggestions or feature requests.

### Validation, linters and pull-requests

We want to provide high quality code and modules. For this reason we are using
several [pre-commit hooks](.pre-commit-config.yaml) and
[GitHub Actions workflow](.github/workflows/main.yml). A pull-request to the
master branch will trigger these validations and lints automatically. Please
check your code before you will create pull-requests. See
[pre-commit documentation](https://pre-commit.com/) and
[GitHub Actions documentation](https://docs.github.com/en/actions) for further
details.


## License

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Expand Down

0 comments on commit ad6ea23

Please sign in to comment.