Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

[backend] add logs on note retrieval #305

[backend] add logs on note retrieval

[backend] add logs on note retrieval #305

name: Contracts Code Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths: [ fc-community-contracts/** ]
jobs:
code-checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./fc-community-contracts
steps:
- uses: actions/checkout@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Build contracts
run: forge build
- name: Run tests
run: forge test -vvv