Skip to content

Fix parent option passing to ajax endpoint #90

Fix parent option passing to ajax endpoint

Fix parent option passing to ajax endpoint #90

Workflow file for this run

name: CI Checks
on: [push]
jobs:
php-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install depenedencies
uses: php-actions/composer@v1
- name: Run linter
run: composer run lint
npm-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v3
- name: Install depenedencies
run: npm install
- name: Run linter
run: npm run lint
- name: Build assets
run: npm run prod