Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates #40

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates #40

Workflow file for this run

name: linter
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
name: Pint
steps:
- name: Checkout code
uses: actions/checkout@v6.0.3
- name: Setup PHP
uses: shivammathur/setup-php@2.37.2
with:
php-version: '8.5'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@4.0.0
- name: Run Pint
run: composer lint