Skip to content

Fit to template repo #36

Fit to template repo

Fit to template repo #36

Workflow file for this run

name: Audit
on:
pull_request:
workflow_dispatch:
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
- run: yarn
- run: yarn audit:ci