PHP Classes

File: .github/workflows/StyleLint.yaml

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   .github/workflows/StyleLint.yaml   Download  
File: .github/workflows/StyleLint.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/StyleLint.yaml
Date: 1 year ago
Size: 249 bytes
 

Contents

Class file image Download
name: StyleLint on: [push] jobs: standardjs_job: name: On push run stylelint runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions-hub/stylelint@master env: PATTERN: "public/css/*.css"