Skip to content

Revert "FIO plugin - settings form validation fix" #147

Revert "FIO plugin - settings form validation fix"

Revert "FIO plugin - settings form validation fix" #147

Workflow file for this run

name: Main CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
- name: Run shellcheck
run: shellcheck *.sh
- name: Validate composer
run: bash composer-check.sh
- name: Check PHP Easy Coding Standard
run: ./vendor/bin/ecs check
- name: Validate CRM Plugins
run: php validate.php