Skip to content

chore(deps-dev): bump jest from 29.6.1 to 29.6.2 #85

chore(deps-dev): bump jest from 29.6.1 to 29.6.2

chore(deps-dev): bump jest from 29.6.1 to 29.6.2 #85

# Semantic pull request
# ==========================
# Workflow to ensure "Squash and merge" Pull Request strategy provides a valid commit message.
# Check that the title follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
# Mainly using [action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request#installation), with some opinionated defaults.
name: "Pull Request - Semantic Lint"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
workflow_call:
secrets:
github-token:
description: 'Token for the repository. See https://github.com/amannn/action-semantic-pull-request#installation'
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.github-token || github.token }}