Skip to content

docs(core): add JavaScript Parser in Rust #42

docs(core): add JavaScript Parser in Rust

docs(core): add JavaScript Parser in Rust #42

Workflow file for this run

name: CI (PR Title)
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
docs
chore
feat
fix
scopes: |
core
l10n
requireScope: true