PHP Classes

File: .github/workflows/lint.yml

Recommend this page to a friend!
  Packages of Alberto Arena   Laravel Truss   .github/workflows/lint.yml   Download  
File: .github/workflows/lint.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Truss
View a diagram of a Laravel application models
Author: By
Last change:
Date: 9 days ago
Size: 495 bytes
 

Contents

Class file image Download
name: lint on: push: branches: [main] pull_request: branches: [main] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.3' coverage: none - name: Install dependencies run: composer update --prefer-dist --no-interaction - name: Check code style run: vendor/bin/pint --test