Skip to content

chore: fix spelling and grammar errors in documentation files #448

chore: fix spelling and grammar errors in documentation files

chore: fix spelling and grammar errors in documentation files #448

Workflow file for this run

name: Semantic PR
on:
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
validate-title:
name: Validate PR title
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-24.04
steps:
- name: Validate semantic title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ github.token }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
requireScope: false