Skip to content

build(deps): bump league/commonmark from 2.5.3 to 2.6.0 #283

build(deps): bump league/commonmark from 2.5.3 to 2.6.0

build(deps): bump league/commonmark from 2.5.3 to 2.6.0 #283

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"