Skip to content

Init and the first contract for image mapping on Omen #7

Init and the first contract for image mapping on Omen

Init and the first contract for image mapping on Omen #7

Workflow file for this run

name: Foundry CI
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
env:
FOUNDRY_PROFILE: ci
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/foundry_prepare
- name: Run Forge tests
run: forge test -vvv
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/foundry_prepare
- name: Run Forge tests
run: forge fmt --check