Skip to content

fix: run setup migrations through command helper #927

fix: run setup migrations through command helper

fix: run setup migrations through command helper #927

name: Detect Merge Commits
on:
pull_request:
branches:
- develop
permissions:
contents: read
pull-requests: read
jobs:
test:
name: Check for merge commits
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run test
uses: NexusPHP/no-merge-commits@109a3342781ddcf26b2fa739f29e8ee9f68b7d8e # v2.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}