PHP Classes

File: .github/workflows/pint.yml

Recommend this page to a friend!
  Classes of Alun   Flexible Laravel Migration Seeder   .github/workflows/pint.yml   Download  
File: .github/workflows/pint.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flexible Laravel Migration Seeder
Provide a Laravel migration data seeder class
Author: By
Last change:
Date: 8 months ago
Size: 573 bytes
 

Contents

Class file image Download
name: PHP Linting (Pint) on: workflow_dispatch: push: branches-ignore: - 'dependabot/npm_and_yarn/*' jobs: Pint: runs-on: ubuntu-latest permissions: contents: write steps: - uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e with: php-version: '8.2' - uses: actions/checkout@v3 - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Launch Pint inspection run: vendor/bin/pint --test -v