Skip to content

Make the star item droppable (#53) #557

Make the star item droppable (#53)

Make the star item droppable (#53) #557

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