Skip to content

✨ auditor: add optional haircuts per market #142

✨ auditor: add optional haircuts per market

✨ auditor: add optional haircuts per market #142

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with: { fetch-depth: 0, fetch-tags: true }
- uses: pnpm/action-setup@v6
with: { version: "9.15.9" }
- uses: actions/setup-node@v6
with: { node-version: ">=22.16.0", cache: pnpm }
- uses: foundry-rs/foundry-toolchain@v1
with: { version: v1.5.1 }
- run: echo ::add-matcher::.github/matcher.json
- run: pnpm install --frozen-lockfile
- run: pnpm test
- uses: codecov/codecov-action@v6
if: always()
with: { token: "${{ secrets.CODECOV_TOKEN }}" }