Recommend this page to a friend! |
Classes of Johnny Mast | > | PHP MySQL WebSocket Chat | > | .github/workflows/Phpcs.yaml | > | 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/ |