Skip to content

chore(deps): bump jest from 30.3.0 to 30.4.2 #1068

chore(deps): bump jest from 30.3.0 to 30.4.2

chore(deps): bump jest from 30.3.0 to 30.4.2 #1068

Workflow file for this run

name: Semantic Release
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
runs-on: ubuntu-latest
steps:
- name: Validate Pull Request title
uses: amannn/action-semantic-pull-request@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}