Skip to content

Commit

Permalink
Adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen committed Sep 10, 2023
1 parent 6eb2429 commit 98617b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:

jobs:
lint:
name: ":Lint"
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Commit changes to GitHub
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Laravel Pint Linting"
commit_message: "[auto commit] Linting"

0 comments on commit 98617b5

Please sign in to comment.