flaviostutz / monolint

Linter for monorepos. Checks folder structure, module contents, file contents and naming conventions
MIT License
7 stars 4 forks source link

Create rule "ghactions-environment-module-name" #11

Open flaviostutz opened 1 year ago

flaviostutz commented 1 year ago

Verifies if all environments mentioned in gh workflow files are prefixed by the name of an existing module.

{
  "rules": {
    "ghactions-environment-module-name": true
  }
}