Skip to content

build(deps-dev): bump express from 4.19.2 to 4.20.0 #49

build(deps-dev): bump express from 4.19.2 to 4.20.0

build(deps-dev): bump express from 4.19.2 to 4.20.0 #49

Workflow file for this run

name: PHPStan Static Analysis
on:
pull_request:
paths-ignore:
- '**/*.md'
jobs:
phpstan:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install Dependencies
run: composer install
- name: Run PHPStan
run: composer phpstan