Skip to content

[BUGIX] PHP 8.2 compatibility #36

[BUGIX] PHP 8.2 compatibility

[BUGIX] PHP 8.2 compatibility #36

Workflow file for this run

name: 'Code Style'
on: [ push, pull_request ]
jobs:
code-style:
name: Code Style Check
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Check code style
run: |
make lint