Skip to content

Merge branch 'main' of https://github.com/MariaDB/catalogs-php #8

Merge branch 'main' of https://github.com/MariaDB/catalogs-php

Merge branch 'main' of https://github.com/MariaDB/catalogs-php #8

Workflow file for this run

name: test
on: [push]
concurrency: production_environment
jobs:
test:
runs-on: ubuntu-latest
name: Check code style
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
- name: Install PHP dependencies (composer)
run: composer install
- name: Check code style
run: composer phpcs