Skip to content

WIP: started adding projektron activity plugin #52

WIP: started adding projektron activity plugin

WIP: started adding projektron activity plugin #52

Workflow file for this run

name: arkitect
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
php-arkitect:
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 vendor/bin/phparkitect check
run: vendor/bin/phparkitect check