PHP Classes

File: .github/workflows/format_php.yaml

Recommend this page to a friend!
  Classes of Paras Malhotra   PHP Security Checker   .github/workflows/format_php.yaml   Download  
File: .github/workflows/format_php.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Security Checker
Scan project packages to check for vulnerabilities
Author: By
Last change:
Date: 3 years ago
Size: 483 bytes
 

Contents

Class file image Download
name: Format PHP on: pull_request jobs: php-cs-fixer: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - name: Run php-cs-fixer uses: docker://oskarstark/php-cs-fixer-ga with: args: --config=.php_cs.dist - uses: stefanzweifel/git-auto-commit-action@v4.1.0 with: commit_message: Apply php-cs-fixer changes branch: ${{ github.head_ref }}