Skip to content

build(deps-dev): bump tar from 7.4.3 to 7.5.6 #242

build(deps-dev): bump tar from 7.4.3 to 7.5.6

build(deps-dev): bump tar from 7.4.3 to 7.5.6 #242

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
tools: phplint, laravel/pint
- name: Check syntax
run: phplint .
- name: Check code style
run: pint --test