Skip to content

build(deps-dev): Bump eslint from 8.57.0 to 9.8.0 #57

build(deps-dev): Bump eslint from 8.57.0 to 9.8.0

build(deps-dev): Bump eslint from 8.57.0 to 9.8.0 #57

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