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-same-name" #7

Open flaviostutz opened 1 year ago

flaviostutz commented 1 year ago

Checks if workflow filename matches "name" attribute of the workflow.

{
  "rules": {
    "ghactions-same-name": true
  }
}