Skip to content

feat(html): add oxc_parser for <script> part #86

feat(html): add oxc_parser for <script> part

feat(html): add oxc_parser for <script> part #86

Workflow file for this run

name: Pull Request Check
permissions: {}
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pr:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Validate PR title
id: pr-title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: true
types: |
build
chore
ci
docs
feat
fix
perf
refactor
release
revert
style
test
wip