Skip to content

Merge pull request #312 from Ubiquiti-App/feature/plugins_2_x_x-json-… #129

Merge pull request #312 from Ubiquiti-App/feature/plugins_2_x_x-json-…

Merge pull request #312 from Ubiquiti-App/feature/plugins_2_x_x-json-… #129

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