Skip to content

Bump vitepress from 1.2.3 to 1.3.0 in /docs #528

Bump vitepress from 1.2.3 to 1.3.0 in /docs

Bump vitepress from 1.2.3 to 1.3.0 in /docs #528

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