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

Update readme marking repo as deprecated #560

Update readme marking repo as deprecated

Update readme marking repo as deprecated #560

Workflow file for this run

name: Run Tests
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: npm install
- uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- run: forge test