8000 resolve merge conflicts · phpacker/phpacker@b233ce6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add prompts windows fallbacks #44

add prompts windows fallbacks

add prompts windows fallbacks #44

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
0