ci: add php-cs-fixer and composer-require-checker configs #1
coding-standards.yml
on: pull_request
Matrix: coding-standards
Matrix: composer-linting
Annotations
6 errors
Heading levels should only increment by one level at a time:
README.md#L116
README.md:116 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md
|
Fenced code blocks should have a language specified:
README.md#L192
README.md:192 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md
|
Heading levels should only increment by one level at a time:
README.md#L245
README.md:245 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md
|
markdown-linting
Failed with exit code: 1
|
composer-linting (ubuntu-latest, 8.3, locked)
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- Root composer.json requires PHP extension ext-sockets * but it is missing from your system. Install or enable PHP's sockets extension.
Problem 2
- spiral/goridge is locked to version v4.2.0 and an update of this package was not requested.
- spiral/goridge v4.2.0 requires ext-sockets * -> it is missing from your system. Install or enable PHP's sockets extension.
Problem 3
- spiral/roadrunner-worker is locked to version v3.6.0 and an update of this package was not requested.
- spiral/roadrunner-worker v3.6.0 requires ext-sockets * -> it is missing from your system. Install or enable PHP's sockets extension.
Problem 4
- buggregator/trap is locked to version 1.10.1 and an update of this package was not requested.
- buggregator/trap 1.10.1 requires ext-sockets * -> it is missing from your system. Install or enable PHP's sockets extension.
Problem 5
- spiral/goridge v4.2.0 requires ext-sockets * -> it is missing from your system. Install or enable PHP's sockets extension.
- spiral/roadrunner-metrics v3.2.0 requires spiral/goridge ^4.0 -> satisfiable by spiral/goridge[v4.2.0].
- spiral/roadrunner-metrics is locked to version v3.2.0 and an update of this package was not requested.
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.3/cli/php.ini
- /etc/php/8.3/cli/conf.d/10-mysqlnd.ini
- /etc/php/8.3/cli/conf.d/10-pdo.ini
- /etc/php/8.3/cli/conf.d/15-xml.ini
- /etc/php/8.3/cli/conf.d/20-ctype.ini
- /etc/php/8.3/cli/conf.d/20-curl.ini
- /etc/php/8.3/cli/conf.d/20-dom.ini
- /etc/php/8.3/cli/conf.d/20-fileinfo.ini
- /etc/php/8.3/cli/conf.d/20-mbstring.ini
- /etc/php/8.3/cli/conf.d/20-mysqli.ini
- /etc/php/8.3/cli/conf.d/20-pdo_mysql.ini
- /etc/php/8.3/cli/conf.d/20-phar.ini
- /etc/php/8.3/cli/conf.d/20-simplexml.ini
- /etc/php/8.3/cli/conf.d/20-tokenizer.ini
- /etc/php/8.3/cli/conf.d/20-xmlwriter.ini
- /etc/php/8.3/cli/conf.d/99-pecl.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-sockets` to temporarily ignore these required extensions.
|
composer-linting (ubuntu-latest, 8.3, locked)
Process completed with exit code 2.
|