Skip to content

build(deps-dev): Bump prettier from 3.2.5 to 3.3.1 #48

build(deps-dev): Bump prettier from 3.2.5 to 3.3.1

build(deps-dev): Bump prettier from 3.2.5 to 3.3.1 #48

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 }}