Skip to content

feat: rewrite airdrop contract to include vesting #22

feat: rewrite airdrop contract to include vesting

feat: rewrite airdrop contract to include vesting #22

Workflow file for this run

on:
push:
branches:
- "master"
pull_request:
name: "Build"
jobs:
lint:
name: "Build"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout source code"
uses: "actions/checkout@v3"
- name: "Install foundry nightly"
uses: "foundry-rs/foundry-toolchain@v1"
with:
version: "nightly"
- name: "Build contracts"
run: |
forge build