Skip to content

Reduce min-msi for current MethodCallRemoval mutant #103

Reduce min-msi for current MethodCallRemoval mutant

Reduce min-msi for current MethodCallRemoval mutant #103

Workflow file for this run

name: "Coding Style"
on:
- "push"
- "pull_request"
jobs:
analysis:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Setup PHP Action"
uses: "shivammathur/setup-php@v2"
with:
php-version: "8.1"
extensions: "intl"
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v2"
with:
composer-options: "--prefer-dist --no-progress"
- name: "Code Sniffer"
run: "vendor/bin/phpcs"