Skip to content

Merge pull request #87 from SinaFetrat/fix-no-transport-found-error-f… #186

Merge pull request #87 from SinaFetrat/fix-no-transport-found-error-f…

Merge pull request #87 from SinaFetrat/fix-no-transport-found-error-f… #186

Workflow file for this run

name: PHPStan
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: PHPStan
run: vendor/bin/phpstan analyse