Skip to content

Keep canonical/prev/next independent of the noindex gate #290

Keep canonical/prev/next independent of the noindex gate

Keep canonical/prev/next independent of the noindex gate #290

Workflow file for this run

name: Lint code style issues
on: # zizmor: ignore[concurrency-limits]
pull_request:
permissions: {}
jobs:
lint-code-styling: # zizmor: ignore[anonymous-definition]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Check PHP code style issues
uses: aglipanci/laravel-pint-action@36de00d5f5a8a4e12d443e01671daa12a18f4c79 # 2.6
with:
testMode: true
verboseMode: true
pintVersion: 1.29.1