Skip to content

Commit ee2b0f7

Browse files
committed
pre commit install pbpcs phpcbf
1 parent 6f1a22e commit ee2b0f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v3
14+
- name: setup PHP
15+
uses: shivammathur/setup-php@v2
16+
with:
17+
php-version: "8.3"
18+
tools: composer, phpcs, phpcbf
1419
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)