fastruby / dotenv_validator

This gem check if required env variables are present and its format using the .env and .env.sample files from Dotenv.
https://www.fastruby.io/blog/open-source/introducing-dotenv-validator.html
MIT License
50 stars 4 forks source link

Add a GitHub Action that runs `standardrb` to flag style issues #42

Closed arielj closed 3 years ago

arielj commented 3 years ago

Branch/Commit:

Main branch.

Describe the feature:

As a developer, I want GitHub to show a failing CI status if the PR includes code that don't follow the expected code style.

Problem:

Currently, it depends only on overcommit to run the check locally, but that can be skipped or have some incorrect local setup.

I will abide by the code of conduct