Skip to content

Disallow assertEquals through PHPStan #8

Disallow assertEquals through PHPStan

Disallow assertEquals through PHPStan #8

Workflow file for this run

name: "Linter"
on: [pull_request]
jobs:
lint:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- name: Install dependencies
run: composer install --no-progress --prefer-dist
- name: Run Linter
run: composer lint