Skip to content

Merge pull request #96 from marcreichel/feat/#95-popularity-score #14

Merge pull request #96 from marcreichel/feat/#95-popularity-score

Merge pull request #96 from marcreichel/feat/#95-popularity-score #14

Workflow file for this run

name: Type Coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
type-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: xdebug
- name: Install dependencies
run: composer install --prefer-dist --no-progress --dev
- run: composer test:type-coverage