Skip to content

test workflows

test workflows #1

Workflow file for this run

name: ci
on: [push]
jobs:
tests:
name: Test install foundry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly