This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
Merge pull request #62 from aerni/feature/synthesizers #35
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/[email protected] | |
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" |