Skip to content

Remove special case for catalouge search #32

Remove special case for catalouge search

Remove special case for catalouge search #32

Workflow file for this run

name: PHPStan
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
uses: php-actions/composer@v6
with:
command: update
php_version: "7.4"
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
configuration: ./.github/phpstan.neon