Skip to content

chore: add new amoy sender DID #194

chore: add new amoy sender DID

chore: add new amoy sender DID #194

Workflow file for this run

name: Checks
on: [push]
jobs:
test:
name: Test codebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- run: make tests