Skip to content

change L1Message filter contract to L1MessageQueue #34

change L1Message filter contract to L1MessageQueue

change L1Message filter contract to L1MessageQueue #34

Workflow file for this run

name: Contracts
on:
push:
branches:
- main
paths:
- 'contracts/**'
pull_request:
paths:
- 'contracts/**'
defaults:
run:
working-directory: 'contracts'
jobs:
tests:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
GAS: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run build
run: yarn && yarn build
- name: Run tests
run: yarn test