Skip to content

php-compatibility: Improve compatibility with PHP versions #17

php-compatibility: Improve compatibility with PHP versions

php-compatibility: Improve compatibility with PHP versions #17

Workflow file for this run

name: Lint the codebase
on: pull_request
jobs:
phpcs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 7.0
- uses: php-actions/composer@v6
with:
php_version: 7.0
command: run lint