Skip to content

Apply fixes from StyleCI #137

Apply fixes from StyleCI

Apply fixes from StyleCI #137

Workflow file for this run

name: PHP Stan
on:
push:
branches:
- "master"
pull_request:
types:
- synchronize
- opened
- edited
- reopened
jobs:
test:
# Setup ubuntu latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: "PHPStan Badaso Post Module"
steps:
- uses: actions/checkout@master
# Run composer badaso post-module
- name: Composer update
run: composer update --no-interaction -W
# Badaso PostModule Test PHPStan
- name: Badaso PostModule test PHPStan
run: ./vendor/bin/phpstan analyse -c phpstan.neon.dist