Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Add config example
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Feb 6, 2024
1 parent c1bebc6 commit 2122fee
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,26 @@ particular order).
gh extension install pycontribs/gh-pre
```

Usage:
## Configuration

In order to use the tool you neeed to conmfigure the list of repositories it needs to check on each run:

```yaml
# ~/pre.yml
repos:
- ansible/ansible-compat
- ansible/ansible-lint
- ansible/ansible-navigator
- ansible/ansible-creator
- ansible/molecule
- ansible/tox-ansible
- ansible/pytest-ansible
- ansible/ansible-development-environment
- ansible/ansible-dev-tools
- ansible/creator-ee
```
## Usage
```
gh pre
Expand Down

0 comments on commit 2122fee

Please sign in to comment.