Skip to content

Add tests for GmailConnection and Mail classes #15

Add tests for GmailConnection and Mail classes

Add tests for GmailConnection and Mail classes #15

Workflow file for this run

name: Static Analysis
on:
push:
branches: ["*"]
pull_request:
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Run PHPStan
run: vendor/bin/phpstan analyse src tests