Skip to content

Commit

Permalink
Add lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen committed Sep 10, 2023
1 parent 02ec8c5 commit baeb005
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: "Laravel Pint Linting"

0 comments on commit baeb005

Please sign in to comment.