Skip to content

Commit 2a38ca2

Browse files
committed
update naming in pint workflow
1 parent c1538ab commit 2a38ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP CS Fixer
1+
name: Pint
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- '**.php'
1010

1111
jobs:
12-
php-cs-fixer:
12+
pint:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)