Skip to content

completed day 2

completed day 2 #7

Workflow file for this run

name: PHP Composer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# - name: Validate composer.json and composer.lock
# run: composer validate --strict
- name: Run test suite
run: php src/Runner.php