Skip to content

mythical-2-make-crontab-be-able-to-include-jobs-from-plugins- #50

mythical-2-make-crontab-be-able-to-include-jobs-from-plugins-

mythical-2-make-crontab-be-able-to-include-jobs-from-plugins- #50

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Code Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-progress --no-suggest --prefer-dist
- name: PHP CS Fixer (APP)
run: vendor/bin/php-cs-fixer fix --config=./.github/.php-cs-fixer.dist.php