fixup! ci: add action-semantic-pull-request
This commit is contained in:
parent
b55f6115e6
commit
084e261105
4
.github/workflows/lint-pr.yml
vendored
4
.github/workflows/lint-pr.yml
vendored
@ -2,7 +2,7 @@ name: Lint PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: ["main"]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@ -12,3 +12,5 @@ jobs:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: ammann/action-semantic-pull-request@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user