Adds detection for Samsung Browser Lite and various apps and improves detection for various browsers #3473
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |