We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88d7b5 commit bda40c1Copy full SHA for bda40c1
.github/workflows/ci.yaml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
test:
11
+ name: Tests / PHP ${{ matrix.php }}
12
runs-on: ubuntu-latest
13
14
strategy:
@@ -31,6 +32,7 @@ jobs:
31
32
run: composer test
33
34
format:
35
+ name: Format
36
37
38
steps:
@@ -49,6 +51,7 @@ jobs:
49
51
run: composer format
50
52
53
analyze:
54
+ name: Analyze
55
56
57
@@ -67,6 +70,7 @@ jobs:
67
70
run: composer analyze
68
71
69
72
refactor:
73
+ name: Refactor
74
75
76
0 commit comments