Skip to content

build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 #70

build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6

build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 #70

Workflow file for this run

name: "Run Linter"
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint with Pint
uses: aglipanci/laravel-pint-action@2.5
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v6
with:
commit_message: "fix: Files linted with Pint"