Skip to content

Merge pull request #38 from patrickjaja/feature/projektron-activity-p… #52

Merge pull request #38 from patrickjaja/feature/projektron-activity-p…

Merge pull request #38 from patrickjaja/feature/projektron-activity-p… #52

Workflow file for this run

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