Skip to content

Merge pull request #148 from Chris53897/feature/rector #17

Merge pull request #148 from Chris53897/feature/rector

Merge pull request #148 from Chris53897/feature/rector #17

Workflow file for this run

name: Static Tests
on:
pull_request:
push:
branches:
- master
jobs:
static_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none # disable xdebug, pcov
- run: composer install --no-progress --no-interaction --no-suggest
- run: composer static-tests