PHP Classes

File: .github/workflows/Phpcs.yaml

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   .github/workflows/Phpcs.yaml   Download  
File: .github/workflows/Phpcs.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL WebSocket Chat
Websocket chat that stores messages in MySQL
Author: By
Last change: Update of .github/workflows/Phpcs.yaml
Date: 1 year ago
Size: 269 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: includes/