PHP Classes

File: .github/workflows/Phpcs.yaml

Recommend this page to a friend!
  Classes of Johnny Mast   Redbox PHP Track Website Visitors   .github/workflows/Phpcs.yaml   Download  
File: .github/workflows/Phpcs.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Redbox PHP Track Website Visitors
Track the arrival of users visiting a Web site
Author: By
Last change:
Date: 3 years ago
Size: 191 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