Skip to content

fix: align test indentation with php-cs-fixer and drop unreachable co… #2

fix: align test indentation with php-cs-fixer and drop unreachable co…

fix: align test indentation with php-cs-fixer and drop unreachable co… #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: shivammathur/setup-php@v2
with: {php-version: '8.4', coverage: xdebug}
- run: composer install --no-interaction
- run: vendor/bin/pest --coverage
- run: vendor/bin/phpstan analyse --memory-limit=512M