Skip to content

.

. #1359

name: "Lint PR"

Check failure on line 1 in .github/workflows/commit-messages.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/commit-messages.yml

Invalid workflow file

(Line: 12, Col: 3): Unexpected value 'jobs', (Line: 1, Col: 1): Required property is missing: jobs
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
pull-requests: write
statuses: write
jobs:
semantic:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
requireScope: false
wip: true