Skip to content

quick formatting / small changes pass #8

quick formatting / small changes pass

quick formatting / small changes pass #8

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
core:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Install Dependencies
run: yarn --immutable
- name: Core Tests
run: forge test