Skip to content

Feature/Updated SDK dependencies and improved README documentation #6

Feature/Updated SDK dependencies and improved README documentation

Feature/Updated SDK dependencies and improved README documentation #6

Workflow file for this run

name: Test
on:
push:
branches: [ 'main' ]
pull_request:
types: [ 'opened', 'synchronize', 'reopened' ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Validate composer.json and composer.lock
run: composer validate