Skip to content

bump version to 1.2.0 and merge changelog with 1.1.9 #8

bump version to 1.2.0 and merge changelog with 1.1.9

bump version to 1.2.0 and merge changelog with 1.1.9 #8

Workflow file for this run

name: Coding Standards
on: [ push, pull_request ]
jobs:
quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: composer
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Code style checks for PHP and CSS
run: |
composer install
npm ci
composer lint-all