Skip to content

Merge pull request #476 from ONLYOFFICE/hotfix/frame-height #98

Merge pull request #476 from ONLYOFFICE/hotfix/frame-height

Merge pull request #476 from ONLYOFFICE/hotfix/frame-height #98

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
name: php-cs
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
tools: composer, cs2pr, phpcs
- name: Run phpcs
run: |
phpcs --standard=./ruleset.xml --extensions=php,module,inc,install --ignore=node_modules,bower_components,vendor,3rdparty --warning-severity=0 ./