Skip to content

Prose changes for production #157

Prose changes for production

Prose changes for production #157

Workflow file for this run

name: Test
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
tests:
name: Contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
cache: "yarn"
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
# env:
# JSON_RPC_PROVIDER: ${{ secrets.JSON_RPC_PROVIDER }}