Recommend this page to a friend! |
Classes of Johnny Mast | > | Redbox PHP Track Website Visitors | > | .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 |