Skip to content

Commit 3734fdb

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents 02de744 + 103d059 commit 3734fdb

File tree

7 files changed

+812
-490
lines changed

7 files changed

+812
-490
lines changed

.github/workflows/check-cmake.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,18 @@ jobs:
2323
uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: 8.3
26+
tools: php-cs-fixer
2627

2728
- name: Install checking tools
2829
run: |
2930
pipx install codespell
31+
pipx install gersemi
3032
curl -OL https://github.com/petk/normalizator/releases/latest/download/normalizator.phar
3133
chmod +x normalizator.phar
3234
mv normalizator.phar /usr/local/bin/normalizator
3335
3436
- name: Run checks
35-
run: ./bin/check-cmake.sh
37+
run: ./bin/check-cmake.php cmake
38+
39+
- name: Run PHP CS Fixer
40+
run: php-cs-fixer check --diff --rules=@Symfony,@PER-CS --using-cache=no -- bin

0 commit comments

Comments
 (0)