Skip to content

chore: git ignore Cargo.lock from common-rs #205

chore: git ignore Cargo.lock from common-rs

chore: git ignore Cargo.lock from common-rs #205

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Build, format check and test
working-directory: ./prt/contracts
run: |
forge build
forge fmt --check
forge test