Skip to content

WIP: started adding projektron activity plugin #89

WIP: started adding projektron activity plugin

WIP: started adding projektron activity plugin #89

Workflow file for this run

name: php-cs-fixer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Install
run: composer install --ignore-platform-req=ext-amqp
- name: Run php-cs-fixer fix src/
run: ./vendor/bin/php-cs-fixer fix src/
- name: Run php-cs-fixer fix tests/
run: ./vendor/bin/php-cs-fixer fix tests/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Autofix php-cs sniffs