Skip to content

docs: move all documentation to docs directory (#174) #86

docs: move all documentation to docs directory (#174)

docs: move all documentation to docs directory (#174) #86

Workflow file for this run

name: ETH PaymentRegistry Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-ETH:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: make ethereum-test