Skip to content

Fit to template repo #37

Fit to template repo

Fit to template repo #37

Workflow file for this run

name: Lint
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint
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 && yarn build
- run: yarn lint