Skip to content

build(deps-dev): bump @vitejs/plugin-vue-jsx from 3.0.2 to 3.1.0 #2329

build(deps-dev): bump @vitejs/plugin-vue-jsx from 3.0.2 to 3.1.0

build(deps-dev): bump @vitejs/plugin-vue-jsx from 3.0.2 to 3.1.0 #2329

name: Semantic PR
on:
pull_request:
jobs:
semantic-pull-requests:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true
- name: Checkout branch
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v5