Skip to content

fix(deps): update dependency framer-motion to ^11.3.28 #1090

fix(deps): update dependency framer-motion to ^11.3.28

fix(deps): update dependency framer-motion to ^11.3.28 #1090

Workflow file for this run

name: Check PR title
on:
pull_request:
branches: ['**']
types:
- edited
- opened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}