8000 increase coverage by capturing & asserting command output · phpacker/phpacker@2876762 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add tests

Add tests #24

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