Skip to content

add changelog + publish 1.1.0 #35

add changelog + publish 1.1.0

add changelog + publish 1.1.0 #35

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Run tests
run: make test