You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fixes#8
- remove hard coded config file location
- trigger on any `.yml` file in `.circleci/`
- update readme for details on specifying config files
This is possible because by default, `circleci config validate` looks for a config file in `.circleci/config.yml`.
* fix grammar
* Use equal separated args over space separated
0 commit comments