Skip to content

chore(deps-dev): bump laravel/pint from 1.10.0 to 1.11.0 #104

chore(deps-dev): bump laravel/pint from 1.10.0 to 1.11.0

chore(deps-dev): bump laravel/pint from 1.10.0 to 1.11.0 #104

name: coding standards
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
name: Coding Standards
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- name: Install the dependencies
run: |
composer update --no-progress --prefer-dist --no-interaction
- name: Execute Laravel Pint
run: ./vendor/bin/pint --config vendor/hex-digital/config-pint/pint.json --test