Thanks to visit codestin.com
Credit goes to github.com

Skip to content

add prompts windows fallbacks #43

add prompts windows fallbacks

add prompts windows fallbacks #43

Workflow file for this run

name: format
on:
- pull_request
- workflow_dispatch
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "laravel-pint"
uses: aglipanci/laravel-pint-action@latest
with:
configPath: "./pint.json"
verboseMode: true
onlyDirty: true