Skip to content

Add github CI checks for linting (#125) #1

Add github CI checks for linting (#125)

Add github CI checks for linting (#125) #1

Workflow file for this run

name: Check project
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: make setup
- run: make check