Skip to content

Commit 17b483d

Browse files
Merge pull request #41 from TheDragonCode/2.x
Fixed code-style checker
2 parents 24f2b62 + 08acf4c commit 17b483d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/code-style.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Setup PHP
18+
uses: shivammathur/setup-php@v2
19+
with:
20+
php-version: ${{ matrix.php }}
21+
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv
22+
coverage: none
23+
24+
- name: Install dependencies
25+
run: composer update
26+
1727
- name: Checking PHP Syntax
1828
run: vendor/bin/pint --test
19-

0 commit comments

Comments
 (0)