Skip to content

Add Readme and some tests to :erc961 #5

Add Readme and some tests to :erc961

Add Readme and some tests to :erc961 #5

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Build
run: |
./gradlew test build