8000 update deps · phpacker/phpacker@3bf3ed8 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

execution context detection #35

execution context detection

execution context detection #35

Workflow file for this run

name: analyze
on:
- pull_request
- workflow_dispatch
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpstan@v3
0