Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Update dependency phpstan/phpstan to v1 #107

Update dependency phpstan/phpstan to v1

Update dependency phpstan/phpstan to v1 #107

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run phpstan
run: composer run phpstan