Skip to content

add impressum

add impressum #45

Workflow file for this run

on: [push, workflow_dispatch]
name: smart contract tests
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run local smart contract tests
working-directory: .
run: forge test