Apply fixes from StyleCI #137
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |