Skip to content

implementation

implementation #2

Workflow file for this run

on: [push, release, pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- uses: actions/checkout@v4
- run: make build
- run: make composer-install
- run: make ecs
- run: make phpstan
- run: make phpunit