Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 283 Bytes

File metadata and controls

11 lines (7 loc) · 283 Bytes

AGENTS.md

Workflow

  • Lint when the task is finished.

Commands

Use Docker Compose to run commands:

  • Tests: docker compose run --rm package bash -c "composer install && composer test"
  • Lint: docker compose run --rm package bash -c "composer lint && composer phpstan"