Merge pull request #69 from ryanmitchell/feature/allow-for-dynamic-co… #41
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
jobs: | |
lint: | |
name: "Lint" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: "Laravel Pint" | |
uses: aglipanci/laravel-pint-action@2.0.0 | |
with: | |
preset: laravel | |
pintVersion: 1.13.1 | |
- name: Commit changes to GitHub | |
uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: "[auto commit] Linting" |