Skip to content

Add scheduling MCP tools (availability, conflicts, recurring add/update/delete) #188

Add scheduling MCP tools (availability, conflicts, recurring add/update/delete)

Add scheduling MCP tools (availability, conflicts, recurring add/update/delete) #188

Workflow file for this run

name: PHPStan Static Analysis
on:
push:
branches: [ master, release ]
pull_request:
workflow_dispatch:
workflow_call:
jobs:
phpstan:
runs-on: ubuntu-latest
name: PHPStan (Level 0)
steps:
- uses: actions/checkout@v7
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress