PHP Classes

File: .github/workflows/cs.yml

Recommend this page to a friend!
  Classes of Andrey Iatsenko   Typer PHP Type Casting Class   .github/workflows/cs.yml   Download  
File: .github/workflows/cs.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Typer PHP Type Casting Class
Assure that array entry values have a given types
Author: By
Last change:
Date: 2 months ago
Size: 552 bytes
 

Contents

Class file image Download
name: Coding Standards on: pull_request: push: jobs: coding-standards: name: Coding Standards runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: 8.2 - name: Install dependencies if: steps.composer-cache.outputs.cache-hit != 'true' run: composer install --prefer-dist --no-progress --no-suggest - name: Check codestyle run: composer run-script phpcs