Skip to content

Bump vitepress from 1.2.2 to 1.2.3 in /docs #527

Bump vitepress from 1.2.2 to 1.2.3 in /docs

Bump vitepress from 1.2.2 to 1.2.3 in /docs #527

Workflow file for this run

name: Check Code styling
on: [push]
permissions:
contents: write
jobs:
pint-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@2.4
with:
testMode: true