Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
third_party
/
omnipay
/
vendor
/
php-http
/
httplug
/
.github
/
workflows
✏️
Editing: static.yml
name: Static analysis on: push: branches: - master pull_request: jobs: phpstan: name: PHPStan runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: PHPStan uses: docker://oskarstark/phpstan-ga with: args: analyze --no-progress php-cs-fixer: name: PHP-CS-Fixer runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: PHP-CS-Fixer uses: docker://oskarstark/php-cs-fixer-ga with: args: --dry-run --diff-format udiff
💾 Save Changes
❌ Cancel