Skip to content

Fix invalid u256 handling on L1-L2 messaging #37

Fix invalid u256 handling on L1-L2 messaging

Fix invalid u256 handling on L1-L2 messaging #37

Workflow file for this run

name: CI
on:
push:
merge_group:
pull_request:
jobs:
formatting-and-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
- name: Setup snforge
uses: foundry-rs/setup-snfoundry@v3
- name: Format code
run: scarb fmt --check
- name: Test
run: snforge test