PHP Classes

File: .github/workflows/Phpcs.yaml

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP CLI Arguments   .github/workflows/Phpcs.yaml   Download  
File: .github/workflows/Phpcs.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP CLI Arguments
Extract command line parameter values
Author: By
Last change:
Date: 2 years ago
Size: 264 bytes
 

Contents

Class file image Download
name: Phpcs on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: PHP Code Style (phpcs) uses: chindit/actions-phpcs@master with: # Folder to check code style dir: src/