Skip to content

PHP 8.1 erfordern, Code-Modernisierung, rexstan #52

PHP 8.1 erfordern, Code-Modernisierung, rexstan

PHP 8.1 erfordern, Code-Modernisierung, rexstan #52

Workflow file for this run

name: Linting
on:
push:
branches: [main, bugfix, temp]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
rexlint:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
coverage: none # disable xdebug, pcov
- name: Composer install
uses: ramsey/composer-install@v2
with:
composer-options: --ansi --prefer-dist
- name: Run rexlint
run: vendor/bin/rexlint