Skip to content

ci: add spell-check workflows #1

ci: add spell-check workflows

ci: add spell-check workflows #1

name: semantic-pull-request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
semantic-pull-request:
uses: autowarefoundation/autoware-github-actions/.github/workflows/semantic-pull-request.yaml@v1