Skip to content

gitignore: Log-Ordner hinzugefügt #51

gitignore: Log-Ordner hinzugefügt

gitignore: Log-Ordner hinzugefügt #51

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-18.04
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: 7.3
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