Skip to content

Commit

Permalink
Move the screenshot with usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Nov 1, 2019
1 parent 98b2d99 commit ceeab27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The Codeowners Validator project validates the GitHub [CODEOWNERS](https://help.

## Usage

![usage](./docs/assets/usage.png)

Use the following environment variables to configure the application:

| Name | Required | Default | Description |
Expand All @@ -24,9 +26,6 @@ Use the following environment variables to configure the application:
| **CHECK_FAILURE_LEVEL** | No | `warning` | Defines the level on which application should treat check issue as a failure. Defaults to `warning`, which treats both `error` and `warning` as failure and exits with error code 2. Possible values are: `error` and `warning`. |
| **OWNER_CHECKER_ORGANIZATION_NAME** | Yes | | The organization name where the repository is created. Used to check if GitHub owner is in the given organization. |


![usage](./docs/assets/usage.png)

### Exit status codes

Application exits with different statuses codes which allows you to easily distinguish error category.
Expand Down

0 comments on commit ceeab27

Please sign in to comment.