Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Update phpstan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Dec 4, 2019
1 parent fb4faf9 commit c274695
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: PHP Composer
name: PHPStan

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -10,11 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Validate composer.json and composer.lock
run: composer validate

- name: Install dependencies
- name: Composer
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
- name: PHPStan
run: vendor/bin/phpstan analyse

0 comments on commit c274695

Please sign in to comment.