Skip to content

chore(deps): bump pascalgn/automerge-action from 0.14.2 to 0.15.6 #110

chore(deps): bump pascalgn/automerge-action from 0.14.2 to 0.15.6

chore(deps): bump pascalgn/automerge-action from 0.14.2 to 0.15.6 #110

Workflow file for this run

name: Check & fix styling
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
pint:
runs-on: ubuntu-latest
name: Code formatting
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run Pint
run: composer format
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "fix: apply code styling rules"