Skip to content

build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #2339

build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0

build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #2339

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