Skip to content

Remove solhint-disable no-inline-assembly (#3) #8

Remove solhint-disable no-inline-assembly (#3)

Remove solhint-disable no-inline-assembly (#3) #8

Workflow file for this run

name: tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
check:
name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- name: Run tests
run: forge test -vvv