Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Loosen the guzzlehttp/psr7 requirements to allow v2 #18

Loosen the guzzlehttp/psr7 requirements to allow v2

Loosen the guzzlehttp/psr7 requirements to allow v2 #18

name: "Continuous Integration"
on:
pull_request:
push:
branches:
- master
jobs:
ci:
name: "Run Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Run Lint"
run: make lint
- name: "Run Tests"
run: make test