Skip to content

Added else argument to ifPresent #104

Added else argument to ifPresent

Added else argument to ifPresent #104

Workflow file for this run

name: composer ci-script
on:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build -t $GITHUB_REPOSITORY:$GITHUB_SHA .
- name: Run composer ci-script
run: docker run $GITHUB_REPOSITORY:$GITHUB_SHA composer ci-script