Skip to content

Merge pull request #288 from Ubiquiti-App/feature/UCRM-6101-sms-twili… #135

Merge pull request #288 from Ubiquiti-App/feature/UCRM-6101-sms-twili…

Merge pull request #288 from Ubiquiti-App/feature/UCRM-6101-sms-twili… #135

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