Skip to content

README/docs & deprecate huff 🥺 #1

README/docs & deprecate huff 🥺

README/docs & deprecate huff 🥺 #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
env:
FOUNDRY_PROFILE: ci
jobs:
check:
strategy:
fail-fast: true
name: Solidity CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install deps
run: |
make
id: make
- name: Run Forge build
run: |
make build
id: build
- name: Run Forge tests
run: |
make test
id: test