Skip to content

docs: typo, another compiler #12

docs: typo, another compiler

docs: typo, another compiler #12

Workflow file for this run

name: Fix coding style
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Laravel Pint
uses: aglipanci/laravel-pint-action@latest
with:
verboseMode: true
testMode: false
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "refactor: fix coding style"