Skip to content

[7.x] Search Engine & Social Card Previews #79

[7.x] Search Engine & Social Card Previews

[7.x] Search Engine & Social Card Previews #79

Workflow file for this run

name: Lint code style issues
on:
pull_request:
jobs:
lint-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check PHP code style issues
uses: aglipanci/laravel-pint-action@v2
with:
testMode: true
verboseMode: true
pintVersion: 1.17.0