Skip to content

Update phpcs and phpstan #2

Update phpcs and phpstan

Update phpcs and phpstan #2

Workflow file for this run

name: Lint PHP
on:
push:
branches:
- master
- dist
workflow_dispatch:
jobs:
build:
name: Lint PHP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: phpcs
- name: Run check
run: phpcs