docs: update README with usage and validation rules #7
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -11,14 +11,18 @@ name: Pull Request Lint
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize]
|
||||
types: [opened, edited, reopened, synchronize]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: your-org/pull-request-lint@main
|
||||
- name: Install go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.2
|
||||
- uses: https://git.kjan.de/actions/pull-request-lint@main
|
||||
```
|
||||
|
||||
## Validation Rules
|
||||
|
@ -34,4 +38,4 @@ The action enforces the following Conventional Commits rules for PR titles:
|
|||
|
||||
## License
|
||||
|
||||
See [LICENSE](LICENSE) file for details.
|
||||
See [LICENSE](LICENSE) file for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue