Skip to content

build(deps): bump phpoffice/phpspreadsheet from 1.29.0 to 1.29.2 #279

build(deps): bump phpoffice/phpspreadsheet from 1.29.0 to 1.29.2

build(deps): bump phpoffice/phpspreadsheet from 1.29.0 to 1.29.2 #279

Workflow file for this run

name: PHP Linting
on: pull_request
jobs:
phplint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- name: "laravel-pint"
uses: aglipanci/[email protected]
with:
preset: laravel
verboseMode: true
testMode: true
configPath: "pint.json"