Skip to content

allow colon separated slim argument patterns #83

allow colon separated slim argument patterns

allow colon separated slim argument patterns #83

Workflow file for this run

on: [push, pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: Standards & Testing
steps:
- uses: actions/checkout@v4
- run: make build
- run: make composer-install
- run: make ecs
- run: make phpstan
- run: make phpunit