Skip to content

Bump phpstan/phpstan-doctrine from 1.5.3 to 1.5.4 #42

Bump phpstan/phpstan-doctrine from 1.5.3 to 1.5.4

Bump phpstan/phpstan-doctrine from 1.5.3 to 1.5.4 #42

Workflow file for this run

name: PHP Code Sniffer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
PHPCS:
name: PHPCS Scanner
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- name: Checkout Source Code
uses: actions/checkout@v4
- name: Setup Environment
uses: php-actions/composer@v6
with:
command: install
php_version: "8.1"
- name: Run PHP_CodeSniffer
run: composer phpcs:check