Skip to content

Commit

Permalink
update naming in pint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasleitsch committed Apr 12, 2024
1 parent c1538ab commit 2a38ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP CS Fixer
name: Pint

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- '**.php'

jobs:
php-cs-fixer:
pint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2a38ca2

Please sign in to comment.