Skip to content

Commit baf713b

Browse files
Fixed the path to Pint
1 parent ba4a93f commit baf713b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
codestyle npm
3333
3434
- name: PHP code-style
35-
run: vendor/bin/pint --parallel --test
35+
run: pint --parallel --test
3636

3737
- name: Node code-style
3838
run: |
@@ -75,7 +75,7 @@ jobs:
7575
run: composer normalize
7676

7777
- name: PHP code-style
78-
run: vendor/bin/pint --parallel
78+
run: pint --parallel
7979

8080
- name: Node code-style
8181
run: |

0 commit comments

Comments
 (0)