Skip to content

Merge branch 'extension/user-shops' of https://github.com/Ne-wt/lorek… #266

Merge branch 'extension/user-shops' of https://github.com/Ne-wt/lorek…

Merge branch 'extension/user-shops' of https://github.com/Ne-wt/lorek… #266

Workflow file for this run

name: Format (PHP)
on:
push:
branches:
- '**'
jobs:
pint:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.1'
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Install
run: composer install
- name: Run pint
run: composer lint
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'refactor: fix PHP styling'