Skip to content

Fix crash when no aipoint defined in override #536

Fix crash when no aipoint defined in override

Fix crash when no aipoint defined in override #536

Workflow file for this run

name: PHP lint
on:
push:
branches: [master, development]
pull_request:
branches: [master, development]
jobs:
php_lint:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for syntax errors
run: make lint