Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 388 Bytes

File metadata and controls

19 lines (13 loc) · 388 Bytes

GitHub Actions

Enabled

This plugin is enabled when a .yml file is found in the .github/workflows folder.

Default configuration

{
  "github-actions": {
    "config": [".github/workflows/*.yml", ".github/**/action.{yml,yaml}"]
  }
}

Also see Knip plugins for more information about plugins.