build: update pull request lint workflow configuration
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Successful in 24s
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Successful in 24s
This commit is contained in:
parent
2651245a59
commit
e807c3ddb8
1 changed files with 7 additions and 3 deletions
|
@ -11,14 +11,18 @@ name: Pull Request Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited, synchronize]
|
types: [opened, edited, reopened, synchronize]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
## Validation Rules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue