Skip to content

build(deps-dev): Bump @babel/traverse from 7.22.4 to 7.24.5 #35

build(deps-dev): Bump @babel/traverse from 7.22.4 to 7.24.5

build(deps-dev): Bump @babel/traverse from 7.22.4 to 7.24.5 #35

Workflow file for this run

name: Pull request checks
on: pull_request
jobs:
commit-message-check:
name: Block fixup and squash commits
runs-on: ubuntu-latest
steps:
- name: Run check
uses: skjnldsv/block-fixup-merge-action@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}