Skip to content

build: add phpstan and phpcs remind standard and adapt code style #39

build: add phpstan and phpcs remind standard and adapt code style

build: add phpstan and phpcs remind standard and adapt code style #39

Workflow file for this run

name: CI
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/[email protected]
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: intl
tools: composer:v2
- run: composer install
- run: composer run-script static-analysis