Skip to content

Adds detection for various bots (#7450) #3461

Adds detection for various bots (#7450)

Adds detection for various bots (#7450) #3461

Workflow file for this run

name: PHPStan check
on:
pull_request:
push:
branches: [ master ]
permissions:
actions: read
checks: read
contents: read
deployments: none
issues: read
packages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyse -c phpstan.neon